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

Merged rt42505 (misc DNSSEC bugs)

This commit is contained in:
Francis Dupont
2016-06-01 09:18:49 +02:00
parent b621958613
commit 2a8aa10492
5 changed files with 9 additions and 2 deletions

View File

@@ -321,7 +321,7 @@ pk11_initialize(isc_mem_t *mctx, const char *engine) {
result = PK11_R_NODIGESTSERVICE;
goto unlock;
}
#if defined(AES_SIT)
#if defined(AES_CC)
if (aes_token == NULL) {
result = PK11_R_NOAESSERVICE;
goto unlock;