From 39254a28d2b0448f94a1f21eea76cc3ec3839564 Mon Sep 17 00:00:00 2001 From: Otto Date: Wed, 29 Sep 2021 09:01:03 +0200 Subject: [PATCH] undef cert from libssl, as it conflicts with the one from qtype.hh --- pdns/libssl.cc | 1 + 1 file changed, 1 insertion(+) 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) -- 2.47.2