From: Otto Date: Wed, 29 Sep 2021 07:01:03 +0000 (+0200) Subject: undef cert from libssl, as it conflicts with the one from qtype.hh X-Git-Tag: auth-4.6.0-alpha1~15^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F10774%2Fhead;p=thirdparty%2Fpdns.git undef cert from libssl, as it conflicts with the one from qtype.hh --- diff --git a/pdns/libssl.cc b/pdns/libssl.cc index 3e262331fd..19c6d78a73 100644 --- a/pdns/libssl.cc +++ b/pdns/libssl.cc @@ -21,6 +21,7 @@ #include #endif /* HAVE_LIBSODIUM */ +#undef CERT #include "misc.hh" #if (OPENSSL_VERSION_NUMBER < 0x1010000fL || (defined LIBRESSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER < 0x2090100fL)