We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 384a8c2 + d2fe2ad commit b269135Copy full SHA for b269135
bitcoin/core/key.py
@@ -26,7 +26,7 @@
26
27
_ssl = ctypes.cdll.LoadLibrary(
28
ctypes.util.find_library('ssl.35') or ctypes.util.find_library('ssl') or ctypes.util.find_library('libeay32')
29
- or ctypes.cdll.LoadLibrary("libcrypto")
+ or ctypes.util.find_library('libcrypto')
30
)
31
32
_libsecp256k1_path = ctypes.util.find_library('secp256k1')
0 commit comments