зеркало из https://github.com/mozilla/pjs.git
We lookup C_Initialize for non-db functions, not dbOnly functions (this should
get tokens working again.
This commit is contained in:
Родитель
7462a04451
Коммит
c29d912557
|
@ -177,7 +177,7 @@ SECMOD_LoadPKCS11Module(SECMODModule *mod) {
|
|||
/*
|
||||
* now we need to get the entry point to find the function pointers
|
||||
*/
|
||||
if (mod->moduleDBOnly) {
|
||||
if (!mod->moduleDBOnly) {
|
||||
entry = (CK_C_GetFunctionList)
|
||||
PR_FindSymbol(library, "C_GetFunctionList");
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче