From: Francis Dupont Date: Fri, 17 Jan 2014 13:32:12 +0000 (+0100) Subject: fix GSSAPI with native PKCS#11 typo [#35207] X-Git-Tag: v9.10.0a2~65 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1893156781a5f9f9cb593891e27ae30b7edf93f2;p=thirdparty%2Fbind9.git fix GSSAPI with native PKCS#11 typo [#35207] --- diff --git a/lib/dns/dst_api.c b/lib/dns/dst_api.c index 608cb00aea4..3ee71447c93 100644 --- a/lib/dns/dst_api.c +++ b/lib/dns/dst_api.c @@ -1910,7 +1910,7 @@ dst__entropy_getdata(void *buf, unsigned int len, isc_boolean_t pseudo) { unsigned int dst__entropy_status(void) { -#ifdef PKCS11CRYPTO +#ifndef PKCS11CRYPTO #ifdef GSSAPI unsigned int flags = dst_entropy_flags; isc_result_t ret;