SSL init always fails when compiled against recent versions of OpenSSL
Brought to you by:
gyunaev
Hi, I can see this project hasn't been updated for a while now, but figured I'd submit this just in case!
When compiling against recent versions of OpenSSL (for example 1.1.1), the check to ensure sslv2 was successfully disabled does not work. That flag is defined as 0, as it's now default behavior, and so the check always fails. Please find the patch attached. This check should be correct for older and current versions of OpenSSL.
Cheers.