]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
Remove unused openssl engine header from nsec3-hash
authorPetr Menšík <pemensik@redhat.com>
Fri, 19 Jul 2024 10:22:22 +0000 (12:22 +0200)
committerPetr Menšík <pemensik@redhat.com>
Fri, 19 Jul 2024 11:34:47 +0000 (13:34 +0200)
Allow building examples with turned off engine.

examples/ldns-nsec3-hash.c

index f9325d3bd52561a07eda98a09f11251becc6de93..f04f1aabb92f18cbe5f3e7535422433b05c1798a 100644 (file)
@@ -18,7 +18,6 @@
 
 #ifdef HAVE_SSL
 #include <openssl/conf.h>
-#include <openssl/engine.h>
 #endif /* HAVE_SSL */
 
 #define MAX_FILENAME_LEN 250