pkcs11: avoid double initialization of notify

This commit is contained in:
Frank Morgner 2019-04-26 23:51:37 +02:00
parent c671083ee3
commit 7449b00768
1 changed files with 0 additions and 4 deletions

View File

@ -288,10 +288,6 @@ CK_RV C_Initialize(CK_VOID_PTR pInitArgs)
return CKR_CRYPTOKI_ALREADY_INITIALIZED;
}
#if !defined(_WIN32)
sc_notify_init();
#endif
rv = sc_pkcs11_init_lock((CK_C_INITIALIZE_ARGS_PTR) pInitArgs);
if (rv != CKR_OK)
goto out;