Skip to content

Commit a6c9ff2

Browse files
committed
manuall merge github issue #229
1 parent b2f8a76 commit a6c9ff2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pyelliptic/openssl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ def malloc(self, data, size):
427427
lib_path = path.join(sys._MEIPASS, "libeay32.dll")
428428
OpenSSL = _OpenSSL(lib_path)
429429
except:
430-
if 'linux' in sys.platform or 'darwin' in sys.platform:
430+
if 'linux' in sys.platform or 'darwin' in sys.platform or 'freebsd' in sys.platform:
431431
try:
432432
from ctypes.util import find_library
433433
OpenSSL = _OpenSSL(find_library('ssl'))

0 commit comments

Comments
 (0)