Created
May 3, 2017 03:27
-
-
Save janx/597aca5ea2d8b0fb80252afa613a2d30 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/pyelliptic/openssl.py b/pyelliptic/openssl.py | |
index c91b272..2e78ceb 100644 | |
--- a/pyelliptic/openssl.py | |
+++ b/pyelliptic/openssl.py | |
@@ -525,4 +525,5 @@ if libname is None: | |
libname = ctypes.util.find_library('libeay32.dll') | |
if libname is None: | |
raise Exception("Couldn't load OpenSSL lib ...") | |
+libname = 'libcrypto.so.1.0.0' | |
OpenSSL = _OpenSSL(libname) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment