From: Fred Morcos Date: Tue, 2 Jul 2024 20:18:55 +0000 (+0200) Subject: Fix config.h include in opensslsigners X-Git-Tag: rec-5.2.0-alpha1~199^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea093692c250aed5a1b0939dd77c9c2825fd7c7d;p=thirdparty%2Fpdns.git Fix config.h include in opensslsigners --- 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