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

Merged rt43076 (log PKCS#11 provider load failure)

This commit is contained in:
Francis Dupont
2016-08-22 13:59:53 +02:00
parent 228a095c29
commit 2f08617da9
5 changed files with 37 additions and 4 deletions

View File

@@ -206,6 +206,8 @@ pk11_initialize(isc_mem_t *mctx, const char *engine) {
if (rv == 0xfe) {
result = PK11_R_NOPROVIDER;
fprintf(stderr, "Can't load PKCS#11 provider: %s\n",
pk11_get_load_error_message());
goto unlock;
}
if (rv != CKR_OK) {