We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 78aaaf6 + 9424551 commit b5540e8Copy full SHA for b5540e8
bitcoin/core/key.py
@@ -31,7 +31,9 @@
31
32
import bitcoin.core.script
33
34
-_ssl = ctypes.cdll.LoadLibrary(ctypes.util.find_library('ssl') or 'libeay32')
+_ssl = ctypes.cdll.LoadLibrary(
35
+ ctypes.util.find_library('ssl.35') or ctypes.util.find_library('ssl') or 'libeay32'
36
+)
37
38
_libsecp256k1_path = ctypes.util.find_library('secp256k1')
39
_libsecp256k1_enable_signing = False
0 commit comments