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.18.32~32^2 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=e5ffa52c6d591745a8c19506af73248337ab11f1;p=thirdparty%2Fbind9.git Remove unused headers from OpenSSL shims The headers were unused and including the header might cause build failure when OpenSSL doesn't have Engines support enabled. See https://fedoraproject.org/wiki/Changes/OpensslDeprecateEngine (cherry picked from commit 75a50925f7af50d7efc55516a735c16211b32d91) --- diff --git a/lib/isc/openssl_shim.c b/lib/isc/openssl_shim.c index b8dbfaa71b7..04cd145b1f3 100644 --- a/lib/isc/openssl_shim.c +++ b/lib/isc/openssl_shim.c @@ -16,9 +16,7 @@ #include #include -#include #include -#include #include #include diff --git a/lib/isc/openssl_shim.h b/lib/isc/openssl_shim.h index c0abd144671..9cc4354f3e1 100644 --- a/lib/isc/openssl_shim.h +++ b/lib/isc/openssl_shim.h @@ -14,9 +14,7 @@ #pragma once #include -#include #include -#include #include #include