Set the trust order for a newly installed built-ins to 100

This commit is contained in:
relyea%netscape.com 2002-01-10 01:01:09 +00:00
parent 205b5c2031
commit 8e7e1c2654

View File

@ -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;
}
}