From 12cf223b733406b0da7bcc7cbbb8c79634c281d9 Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Wed, 5 Jan 2022 13:21:43 +0100 Subject: [PATCH] Add feature printing so it's more easy to check if GSS-TSIG is compiled in. --- pdns/version.cc | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.47.2