mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-04 15:51:37 +00:00
Set the trust order for a newly installed built-ins to 100
This commit is contained in:
parent
205b5c2031
commit
8e7e1c2654
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user