]> 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)
committerPeter van Dijk <peter.van.dijk@powerdns.com>
Thu, 8 Sep 2022 07:13:50 +0000 (09:13 +0200)
(cherry picked from commit 12cf223b733406b0da7bcc7cbbb8c79634c281d9)

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