Skip to content

compat: Refactor OpenSSL EVP context handling for version compatibility#547

Open
WatchDG wants to merge 1 commit intogetdnsapi:developfrom
WatchDG:fix-openssl-1.1-build
Open

compat: Refactor OpenSSL EVP context handling for version compatibility#547
WatchDG wants to merge 1 commit intogetdnsapi:developfrom
WatchDG:fix-openssl-1.1-build

Conversation

@WatchDG
Copy link

@WatchDG WatchDG commented Feb 4, 2026

Uses EVP_MD_CTX_new()/EVP_MD_CTX_free() for OpenSSL 1.1.0+ and EVP_MD_CTX_create()/EVP_MD_CTX_destroy() for older versions

Uses EVP_MD_CTX_new()/EVP_MD_CTX_free() for OpenSSL 1.1.0+ and EVP_MD_CTX_create()/EVP_MD_CTX_destroy() for older versions
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