]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
undef cert from libssl, as it conflicts with the one from qtype.hh 10774/head
authorOtto <otto.moerbeek@open-xchange.com>
Wed, 29 Sep 2021 07:01:03 +0000 (09:01 +0200)
committerOtto <otto.moerbeek@open-xchange.com>
Wed, 29 Sep 2021 07:01:03 +0000 (09:01 +0200)
pdns/libssl.cc

index 3e262331fd3947ffbd7dfe9e59ca0b56640dcbfc..19c6d78a7390b55b885c9eead06631e2ba8df6b1 100644 (file)
@@ -21,6 +21,7 @@
 #include <sodium.h>
 #endif /* HAVE_LIBSODIUM */
 
+#undef CERT
 #include "misc.hh"
 
 #if (OPENSSL_VERSION_NUMBER < 0x1010000fL || (defined LIBRESSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER < 0x2090100fL)