From: Otto Date: Fri, 17 Dec 2021 11:16:51 +0000 (+0100) Subject: Two more features to print X-Git-Tag: auth-4.7.0-alpha1~109^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F11109%2Fhead;p=thirdparty%2Fpdns.git Two more features to print --- diff --git a/pdns/version.cc b/pdns/version.cc index 6440d88887..8030f4babd 100644 --- a/pdns/version.cc +++ b/pdns/version.cc @@ -138,6 +138,12 @@ void showBuildConfiguration() #ifdef HAVE_LIBCURL "curl " << #endif +#ifdef HAVE_DNS_OVER_TLS + "DoT " << +#endif +#ifdef HAVE_EVP_PKEY_CTX_SET1_SCRYPT_SALT + "scrypt " << +#endif #ifdef VERBOSELOG "verboselog" << #endif