mirror of
https://github.com/nim-lang/Nim.git
synced 2026-07-19 23:41:29 +00:00
try version 1.0.0 for openssl
This commit is contained in:
@@ -45,7 +45,7 @@ when defined(WINDOWS):
|
||||
DLLUtilName = "libeay32.dll"
|
||||
else:
|
||||
const
|
||||
versions = "(|.0.9.9|.0.9.8|.0.9.7|.0.9.6|.0.9.5|.0.9.4|.0.9.3|.0.9.2)"
|
||||
versions = "(|.1.0.0|.0.9.9|.0.9.8|.0.9.7|.0.9.6|.0.9.5|.0.9.4)"
|
||||
when defined(posix):
|
||||
const
|
||||
DLLSSLName = "libssl.so" & versions
|
||||
|
||||
Reference in New Issue
Block a user