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

Compatibility with OpenSSL 1.1.0 `no-deprecated' #154

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

Conversation

laomaiweng
Copy link

OpenSSL 1.1.0 deprecates a lot of APIs, and may be built with those deprecated APIs disabled entirely.

This PR replaces deprecated APIs with their replacements in crypto-openssl-11.cpp.

`ERR_load_crypto_strings()` is deprecated as of OpenSSL 1.1.0, and may not be available in some OpenSSL builds. Use its replacement, `OPENSSL_init_crypto()`, instead.
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.

1 participant