Skip to content

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]>
@DimitriPapadopoulos
Copy link

As a side note, EVP_add_cipher_alias should not be used, see d44658b.

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

2 participants