]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Two more features to print 11109/head
authorOtto <otto.moerbeek@open-xchange.com>
Fri, 17 Dec 2021 11:16:51 +0000 (12:16 +0100)
committerOtto <otto.moerbeek@open-xchange.com>
Fri, 17 Dec 2021 11:16:51 +0000 (12:16 +0100)
pdns/version.cc

index 6440d88887365dd95b9d7b38c2d95fc9b1900714..8030f4babde3be0fb7def628d860cda30c29f216 100644 (file)
@@ -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