From: Otto Moerbeek Date: Wed, 5 Jan 2022 12:21:43 +0000 (+0100) Subject: Add feature printing so it's more easy to check if GSS-TSIG is compiled in. X-Git-Tag: auth-4.7.0-beta2~10^2~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cef37f37d7a05b532f828a0da3fda79ded45e91d;p=thirdparty%2Fpdns.git Add feature printing so it's more easy to check if GSS-TSIG is compiled in. (cherry picked from commit 12cf223b733406b0da7bcc7cbbb8c79634c281d9) --- diff --git a/pdns/version.cc b/pdns/version.cc index d8f5d404bd..721439b2e4 100644 --- a/pdns/version.cc +++ b/pdns/version.cc @@ -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