From: Remi Gacogne Date: Fri, 26 Jul 2024 14:06:26 +0000 (+0200) Subject: libssl: Hopefully appease clang-tidy X-Git-Tag: rec-5.2.0-alpha1~141^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F14528%2Fhead;p=thirdparty%2Fpdns.git libssl: Hopefully appease clang-tidy --- 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