2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00

fix GSSAPI with native PKCS#11 typo [#35207]

This commit is contained in:
Francis Dupont
2014-01-17 14:32:12 +01:00
parent e02659b241
commit 1893156781

View File

@@ -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;