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

Update ffi/openssl.rb to load openssl 1.0 if available #206

Merged
merged 1 commit into from
May 9, 2017

Conversation

krobertson
Copy link
Contributor

This updates the ffi_lib call to specify some alternative libraries which will
prioritize loading openssl 1.0. This fixes an issue on hosts which have openssl
1.1 and 1.0 and would encounter an error for the SSL_library_init function not
being found.

Fixes #205

This updates the `ffi_lib` call to specify some alternative libraries which will
prioritize loading openssl 1.0. This fixes an issue on hosts which have openssl
1.1 and 1.0 and would encounter an error for the `SSL_library_init` function not
being found.

Fixes lian#205
@lian lian merged commit bbab58a into lian:master May 9, 2017
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.

Deprecated openssl calls during initialization
2 participants