mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-18 21:40:32 +00:00
OpenSSL: 32bit DLL names on Windows lack the -x32 suffix
This commit is contained in:
@@ -33,8 +33,8 @@ when useWinVersion:
|
||||
DLLUtilName* = "(libcrypto-1_1-x64|libeay64).dll"
|
||||
else:
|
||||
const
|
||||
DLLSSLName* = "(libssl-1_1-x32|ssleay32|libssl32).dll"
|
||||
DLLUtilName* = "(libcrypto-1_1-x32|libeay32).dll"
|
||||
DLLSSLName* = "(libssl-1_1|ssleay32|libssl32).dll"
|
||||
DLLUtilName* = "(libcrypto-1_1|libeay32).dll"
|
||||
|
||||
from winlean import SocketHandle
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user