Skip to content

Compatibility with OpenSSL 1.1.0 `no-deprecated'#154

Open
laomaiweng wants to merge 1 commit intoAGWA:masterfrom
laomaiweng:patch-1
Open

Compatibility with OpenSSL 1.1.0 `no-deprecated'#154
laomaiweng wants to merge 1 commit intoAGWA:masterfrom
laomaiweng:patch-1

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.
@AGWA AGWA added the cleanup label Sep 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants