]> git.ipfire.org Git - thirdparty/bind9.git/commit
Use thinner shims for OpenSSL's EVP_MD_CTX_new() and EVP_MD_CTX_free()
authorAram Sargsyan <aram@isc.org>
Sat, 4 Sep 2021 18:33:25 +0000 (18:33 +0000)
committerAram Sargsyan <aram@isc.org>
Thu, 28 Oct 2021 07:38:56 +0000 (07:38 +0000)
commit2a6febd5d263afe7181ef6f94c93a7105fcb519f
treedfaf757d5079ec54b636ec1f304a0f7d3bf11417
parent2563afb92099b1b2a5653dfbe10f4a3de36b0462
Use thinner shims for OpenSSL's EVP_MD_CTX_new() and EVP_MD_CTX_free()

The EVP_MD_CTX_new() and EVP_MD_CTX_free() functions are renamed APIs
which were previously available as EVP_MD_CTX_create() and
EVP_MD_CTX_destroy() respectively, which means that we can use them
instead of providing our own shim functions.
lib/isc/openssl_shim.c
lib/isc/openssl_shim.h