]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Fix config.h include in opensslsigners
authorFred Morcos <fred.morcos@open-xchange.com>
Tue, 2 Jul 2024 20:18:55 +0000 (22:18 +0200)
committerFred Morcos <fred.morcos@open-xchange.com>
Tue, 2 Jul 2024 20:24:28 +0000 (22:24 +0200)
pdns/opensslsigners.cc

index 9b593aa2da7ce762a8f751745ca05afed48c855b..91d438dab67bac9d2f63921c1849038f64b1f1e2 100644 (file)
  * 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 <memory>
 #include <openssl/crypto.h>
 #include <openssl/ec.h>
 #include <optional>
-#ifdef HAVE_CONFIG_H
-#include "config.h"
-#endif
 #include <openssl/obj_mac.h>
 #ifdef HAVE_LIBCRYPTO_ECDSA
 #include <openssl/ecdsa.h>