From 1f51ef9eb3c32dac0d1c9f8cc0f651b704177a01 Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Fri, 26 Jul 2024 16:06:26 +0200 Subject: [PATCH] libssl: Hopefully appease clang-tidy --- pdns/libssl.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/pdns/libssl.cc b/pdns/libssl.cc index dd9fae12c6..a2e2cae299 100644 --- a/pdns/libssl.cc +++ b/pdns/libssl.cc @@ -13,6 +13,7 @@ #include #if defined(DNSDIST) && (OPENSSL_VERSION_MAJOR < 3 || !defined(HAVE_TLS_PROVIDERS)) #ifndef OPENSSL_NO_ENGINE +// NOLINTNEXTLINE(cppcoreguidelines-macro-usage): used by the preprocessor below #define DNSDIST_ENABLE_LIBSSL_ENGINE 1 #include #endif -- 2.47.2