From ea093692c250aed5a1b0939dd77c9c2825fd7c7d Mon Sep 17 00:00:00 2001 From: Fred Morcos Date: Tue, 2 Jul 2024 22:18:55 +0200 Subject: [PATCH] Fix config.h include in opensslsigners --- pdns/opensslsigners.cc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pdns/opensslsigners.cc b/pdns/opensslsigners.cc index 9b593aa2da..91d438dab6 100644 --- a/pdns/opensslsigners.cc +++ b/pdns/opensslsigners.cc @@ -19,14 +19,13 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ + +#include "config.h" #include "misc.hh" #include #include #include #include -#ifdef HAVE_CONFIG_H -#include "config.h" -#endif #include #ifdef HAVE_LIBCRYPTO_ECDSA #include -- 2.47.2