From b21719e2f2c7fc74120816eaa7795c935a9a4fce Mon Sep 17 00:00:00 2001 From: shortcutme Date: Thu, 24 Oct 2019 03:08:27 +0200 Subject: [PATCH] Fix OpenSSL lib loading on macOS --- src/util/OpensslFindPatch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/OpensslFindPatch.py b/src/util/OpensslFindPatch.py index ffc67a6c..db1d3bf6 100644 --- a/src/util/OpensslFindPatch.py +++ b/src/util/OpensslFindPatch.py @@ -20,7 +20,7 @@ def getOpensslPath(): else: lib_paths = [ "../runtime/lib/libcrypto.so.1.1", # ZeroBundle Linux - "../lib/libcrypto.so", # ZeroBundle OSX + "../lib/libcrypto.1.1.dylib", # ZeroBundle macOS "/opt/lib/libcrypto.so.1.0.0", # For optware and entware "/usr/local/ssl/lib/libcrypto.so" ]