From 9407439587d0b9892c2d9c093562092c44edd835 Mon Sep 17 00:00:00 2001 From: Wouter Wijngaards Date: Mon, 5 Mar 2018 14:37:14 +0000 Subject: [PATCH] removed unneeded includes. git-svn-id: file:///svn/unbound/trunk@4557 be551aaa-1e26-0410-a405-d3ace91eadb9 --- configure | 2 -- configure.ac | 2 -- 2 files changed, 4 deletions(-) diff --git a/configure b/configure index 259c7ae14..d445aadc9 100755 --- a/configure +++ b/configure @@ -18096,8 +18096,6 @@ $ac_includes_default #ifdef HAVE_OPENSSL_ENGINE_H #include #endif -#include -#include " if eval test \"x\$"$as_ac_Type"\" = x"yes"; then : diff --git a/configure.ac b/configure.ac index 3e72ace6e..9ba39d91c 100644 --- a/configure.ac +++ b/configure.ac @@ -955,8 +955,6 @@ AC_INCLUDES_DEFAULT #ifdef HAVE_OPENSSL_ENGINE_H #include #endif -#include -#include ]) ], [if test "x$enable_dsa" = "xyes"; then AC_MSG_ERROR([OpenSSL does not support DSA and you used --enable-dsa.]) fi ])