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

OpenSSL_add_all_algorithms() is deprecated since OpenSSL 1.1.0, use it accordingly #980

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

Conversation

ydroneaud
Copy link

OPENSSL_API_COMPAT is to be set by the module including OpenSSL header to request a certain API level compatibility, and starting with OpenSSL 3, it's no more defined by OpenSSL header to the default API level.

OPENSSL_VERSION_NUMBER must be used instead.

Fixes #977

…t accordingly

OPENSSL_API_COMPAT is to be set by the module
including OpenSSL header to request a certain
API level compatibility, and starting with
OpenSSL 3, it's no more defined by OpenSSL
header to the default API level.

OPENSSL_VERSION_NUMBER must be used instead.

Fixes the-tcpdump-group#977

Signed-off-by: Yann Droneaud <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

OPENSSL_API_COMPAT is not defined by OpenSSL 3.0
1 participant