Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix loading openssl 1.1.1h #308

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

longhoangwkm
Copy link

@longhoangwkm longhoangwkm commented Nov 30, 2020

support loading libssl.1.1.dylib

/usr/local/opt/openssl@1.1/lib
➜  lib ll
total 15144
drwxr-xr-x  4 tobi  staff   128B Sep 22 19:55 engines-1.1
-r--r--r--  1 tobi  staff   2.3M Nov 30 12:09 libcrypto.1.1.dylib
-r--r--r--  1 tobi  staff   3.9M Sep 22 19:55 libcrypto.a
lrwxr-xr-x  1 tobi  staff    19B Sep 22 19:55 libcrypto.dylib -> libcrypto.1.1.dylib
-r--r--r--  1 tobi  staff   491K Nov 30 12:09 libssl.1.1.dylib
-r--r--r--  1 tobi  staff   707K Sep 22 19:55 libssl.a
lrwxr-xr-x  1 tobi  staff    16B Sep 22 19:55 libssl.dylib -> libssl.1.1.dylib
drwxr-xr-x  5 tobi  staff   160B Nov 30 12:09 pkgconfig

1.1.1h only have libssl.1.1.dylib not libssl.so.1.1.dylib (correct if i'm wrong)

support loading libssl.1.1.dylib
@yegor256
Copy link

@lian please, merge this one and release a new version. Without this, the library can't be used on macOS with Homebrew.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants