Merge pull request #4903 from FedericoCeratto/patch-17

Support OpenSSL 1.0.2
This commit is contained in:
Andreas Rumpf
2016-10-22 11:12:45 +02:00
committed by GitHub

View File

@@ -26,7 +26,7 @@ when useWinVersion:
from winlean import SocketHandle
else:
const
versions = "(|.10|.1.0.1|.1.0.0|.0.9.9|.0.9.8)"
versions = "(|.10|.1.0.2|.1.0.1|.1.0.0|.0.9.9|.0.9.8)"
when defined(macosx):
const
DLLSSLName = "libssl" & versions & ".dylib"