Support OpenSSL 1.0.2

1.0.2 is a current OpenSSL stable release.
This commit is contained in:
Federico Ceratto
2016-10-17 12:10:31 +01:00
committed by GitHub
parent f176128f07
commit 8adfe793d3

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"