зеркало из https://github.com/mozilla/pjs.git
Set the trust order for a newly installed built-ins to 100
This commit is contained in:
Родитель
5acc810134
Коммит
8846befff7
|
@ -1835,6 +1835,9 @@ PK11_InitSlot(SECMODModule *mod,CK_SLOT_ID slotID,PK11SlotInfo *slot)
|
|||
}
|
||||
}
|
||||
if (pk11_isRootSlot(slot)) {
|
||||
if (!slot->hasRootCerts) {
|
||||
slot->module->trustOrder = 100;
|
||||
}
|
||||
slot->hasRootCerts= PR_TRUE;
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче