]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
libssl: Hopefully appease clang-tidy 14528/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Fri, 26 Jul 2024 14:06:26 +0000 (16:06 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Fri, 26 Jul 2024 14:06:26 +0000 (16:06 +0200)
pdns/libssl.cc

index dd9fae12c64df4c99aa7dcbb3a3824be73a40058..a2e2cae2991a8b8cccf6515e35ceb3bf0f5f7847 100644 (file)
@@ -13,6 +13,7 @@
 #include <openssl/conf.h>
 #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 <openssl/engine.h>
 #endif