mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-31 02:12:11 +00:00
Merge pull request #10236 from treeform/passSSLPath
Fix libssl order. Newest one is 1.1
This commit is contained in:
@@ -38,7 +38,7 @@ when useWinVersion:
|
||||
|
||||
from winlean import SocketHandle
|
||||
else:
|
||||
const versions = "(.1.0.2|.1.0.1|.1.0.0|.0.9.9|.0.9.8|.1.1|.46|.45|.44|.43|.41|.39|.38|.10|)"
|
||||
const versions = "(.1.1|.1.0.2|.1.0.1|.1.0.0|.0.9.9|.0.9.8|.46|.45|.44|.43|.41|.39|.38|.10|)"
|
||||
|
||||
when defined(macosx):
|
||||
const
|
||||
|
||||
Reference in New Issue
Block a user