meduketto / iksemel

Automatically exported from code.google.com/p/iksemel
GNU Lesser General Public License v2.1
31 stars 24 forks source link

[INFO][NOT-BUG] OpenSSL crash on compile #50

Open duhow opened 7 years ago

duhow commented 7 years ago

When compiling, be sure to have OpenSSL / LibSSL with version 1.0.2(j), not 1.1.0, as it deprecates functions and will fail to compile.

awarecan commented 6 years ago

My fix to support openssl 1.1.0: https://github.com/awarecan/iksemel/commit/1ea9b481307f3103b5ac06e7d525430138465e1a

Haven't fully tested, but looks good for me. I won't be able to open a PR since this commit is base on homer-r fork.