]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
removed unneeded includes.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Mon, 5 Mar 2018 14:37:14 +0000 (14:37 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Mon, 5 Mar 2018 14:37:14 +0000 (14:37 +0000)
git-svn-id: file:///svn/unbound/trunk@4557 be551aaa-1e26-0410-a405-d3ace91eadb9

configure
configure.ac

index 259c7ae14608762ae2b411c302cbeb4bf1d21ef6..d445aadc9e33943e27ff93e2135ec0823e005ab7 100755 (executable)
--- a/configure
+++ b/configure
@@ -18096,8 +18096,6 @@ $ac_includes_default
 #ifdef HAVE_OPENSSL_ENGINE_H
 #include <openssl/engine.h>
 #endif
-#include <openssl/ssl.h>
-#include <openssl/evp.h>
 
 "
 if eval test \"x\$"$as_ac_Type"\" = x"yes"; then :
index 3e72ace6e15f58051b5b51f9602b965d1ce4a354..9ba39d91ce9cc81143af4c5f7ff593f275729626 100644 (file)
@@ -955,8 +955,6 @@ AC_INCLUDES_DEFAULT
 #ifdef HAVE_OPENSSL_ENGINE_H
 #include <openssl/engine.h>
 #endif
-#include <openssl/ssl.h>
-#include <openssl/evp.h>
       ])
       ], [if test "x$enable_dsa" = "xyes"; then AC_MSG_ERROR([OpenSSL does not support DSA and you used --enable-dsa.])
                fi ])