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:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user