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" ]