From ecb246eba62d141db0fc21e8cdded1a2c3dd6283 Mon Sep 17 00:00:00 2001 From: Doug Barton Date: Mon, 29 Mar 2010 06:31:58 +0000 Subject: 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. --- lib/bind/config.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lib/bind') diff --git a/lib/bind/config.h b/lib/bind/config.h index 1d68450eafb5..3038b5b0d301 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 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 header file. */ #define HAVE_FCNTL_H 1 -- cgit v1.3