Fix regression in pyelliptic/loadOpenSSL()

introduced by 0054b3cac5
This commit is contained in:
Wolfgang Frisch 2017-01-11 02:40:12 +01:00
parent 0054b3cac5
commit 777168b47f
No known key found for this signature in database
GPG Key ID: 73FDE3784A9D78CA

View File

@ -430,6 +430,7 @@ class _OpenSSL:
def loadOpenSSL():
global OpenSSL
from os import path, environ
from ctypes.util import find_library
from find_library_version import find_library_version
libdir = []