From: Petr Menšík Date: Fri, 2 Aug 2024 23:28:36 +0000 (+0200) Subject: Remove unused headers from OpenSSL shims X-Git-Tag: v9.21.3~79^2 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=9e55ffaf89a166ad6c7c44cbdafe9243643eee19;p=thirdparty%2Fbind9.git Remove unused headers from OpenSSL shims The 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. --- diff --git a/lib/isc/openssl_shim.c b/lib/isc/openssl_shim.c index 38543573db1..d19bfc0f0ff 100644 --- a/lib/isc/openssl_shim.c +++ b/lib/isc/openssl_shim.c @@ -18,7 +18,6 @@ #include #include #include -#include #include #include diff --git a/lib/isc/openssl_shim.h b/lib/isc/openssl_shim.h index dc5d7e82b4e..d2f8eeda720 100644 --- a/lib/isc/openssl_shim.h +++ b/lib/isc/openssl_shim.h @@ -15,7 +15,6 @@ #include #include -#include #include #include