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
Родитель 5acc810134
Коммит 8846befff7
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

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