From: Petr Menšík Date: Fri, 19 Jul 2024 10:22:22 +0000 (+0200) Subject: Remove unused openssl engine header from nsec3-hash X-Git-Tag: 1.8.4~1^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0aa0c1519cc806358aa5bf8ec98d506a014f1191;p=thirdparty%2Fldns.git Remove unused openssl engine header from nsec3-hash Allow building examples with turned off engine. --- diff --git a/examples/ldns-nsec3-hash.c b/examples/ldns-nsec3-hash.c index f9325d3b..f04f1aab 100644 --- a/examples/ldns-nsec3-hash.c +++ b/examples/ldns-nsec3-hash.c @@ -18,7 +18,6 @@ #ifdef HAVE_SSL #include -#include #endif /* HAVE_SSL */ #define MAX_FILENAME_LEN 250