mirror of
https://github.com/nim-lang/Nim.git
synced 2026-02-16 16:14:20 +00:00
Merge pull request #4903 from FedericoCeratto/patch-17
Support OpenSSL 1.0.2
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user