]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Add feature printing so it's more easy to check if GSS-TSIG is compiled in.
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Wed, 5 Jan 2022 12:21:43 +0000 (13:21 +0100)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Fri, 2 Sep 2022 12:22:48 +0000 (14:22 +0200)
pdns/version.cc

index d8f5d404bdc44ca5683fb552db569bc804e2189d..721439b2e4fea3166386c6eeb5db3cf98c401def 100644 (file)
@@ -144,6 +144,9 @@ void showBuildConfiguration()
 #ifdef HAVE_EVP_PKEY_CTX_SET1_SCRYPT_SALT
     "scrypt " <<
 #endif
+#ifdef ENABLE_GSS_TSIG
+    "gss-tsig " <<
+#endif
 #ifdef VERBOSELOG
     "verboselog" <<
 #endif