summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2010-03-29 06:31:58 +0000
committerdougb <dougb@FreeBSD.org>2010-03-29 06:31:58 +0000
commitdb13dfe8cdd4ec67909d7149a2214030034b5349 (patch)
tree7d03af905e8e5dca0c5b374e07b28212171e88b6 /lib
parentacc8fa03ecc495b9078f405d9a7f451187f5377a (diff)
downloadFreeBSD-src-db13dfe8cdd4ec67909d7149a2214030034b5349.zip
FreeBSD-src-db13dfe8cdd4ec67909d7149a2214030034b5349.tar.gz
Update to 9.6.2-P1, the latest patchfix release which deals with
the problems related to the handling of broken DNSSEC trust chains. This fix is only relevant for those who have DNSSEC validation enabled and configure trust anchors from third parties, either manually, or through a system like DLV.
Diffstat (limited to 'lib')
-rw-r--r--lib/bind/config.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/bind/config.h b/lib/bind/config.h
index 1d68450..3038b5b 100644
--- a/lib/bind/config.h
+++ b/lib/bind/config.h
@@ -166,6 +166,12 @@ int sigwait(const unsigned int *set, int *sig);
/* Define to 1 if you have the <dlfcn.h> header file. */
#define HAVE_DLFCN_H 1
+/* Define to 1 if you have the `EVP_sha256' function. */
+#define HAVE_EVP_SHA256 1
+
+/* Define to 1 if you have the `EVP_sha512' function. */
+#define HAVE_EVP_SHA512 1
+
/* Define to 1 if you have the <fcntl.h> header file. */
#define HAVE_FCNTL_H 1
OpenPOWER on IntegriCloud