From 030c37636cea0dd449acdc9d14f03b2e27ad0791 Mon Sep 17 00:00:00 2001 From: Otto Date: Fri, 17 Dec 2021 12:16:51 +0100 Subject: [PATCH] Two more features to print --- pdns/version.cc | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- 2.47.2