]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Remove unused <openssl/hmac.h> headers from OpenSSL shims
authorPetr Menšík <pemensik@redhat.com>
Fri, 2 Aug 2024 23:28:36 +0000 (01:28 +0200)
committerMark Andrews <marka@isc.org>
Wed, 16 Oct 2024 04:19:16 +0000 (04:19 +0000)
The <openssl/hmac.h> header was unused and including the
header might cause build failure when OpenSSL doesn't have
Engines support enabled.

See https://fedoraproject.org/wiki/Changes/OpensslDeprecateEngine

Removes unused hmac includes after Remove OpenSSL Engine support
(commit ef7aba70726cff9afaaa8c7054098f84087ccf84) removed engine
support.

lib/isc/openssl_shim.c
lib/isc/openssl_shim.h

index 38543573db11aaaf3b2574eb945b40004230c655..d19bfc0f0ff172b1e8fbaf95f69229eb507ac241 100644 (file)
@@ -18,7 +18,6 @@
 #include <openssl/crypto.h>
 #include <openssl/err.h>
 #include <openssl/evp.h>
-#include <openssl/hmac.h>
 #include <openssl/opensslv.h>
 #include <openssl/ssl.h>
 
index dc5d7e82b4e34380a1cf15957f8db2ce4f2dfdf7..d2f8eeda7208d89dbc235dd22caaa43e167f452d 100644 (file)
@@ -15,7 +15,6 @@
 
 #include <openssl/crypto.h>
 #include <openssl/evp.h>
-#include <openssl/hmac.h>
 #include <openssl/opensslv.h>
 #include <openssl/ssl.h>