mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-22 00:17:32 +09:00
re-introduce old nss im too tired for this
This commit is contained in:
parent
3c46be320d
commit
3a838106b9
2871 changed files with 1374431 additions and 1762417 deletions
|
|
@ -74,6 +74,7 @@ getTrustString(unsigned int trust)
|
|||
return "CKT_NSS_MUST_VERIFY_TRUST";
|
||||
}
|
||||
}
|
||||
return "CKT_NSS_TRUST_UNKNOWN"; /* not reached */
|
||||
}
|
||||
|
||||
static const SEC_ASN1Template serialTemplate[] = {
|
||||
|
|
@ -551,9 +552,7 @@ main(int argc, char **argv)
|
|||
|
||||
nickname = strdup(addbuiltin.options[opt_Nickname].arg);
|
||||
|
||||
if (NSS_NoDB_Init(NULL) != SECSuccess) {
|
||||
exit(1);
|
||||
}
|
||||
NSS_NoDB_Init(NULL);
|
||||
|
||||
if (addbuiltin.options[opt_Distrust].activated ||
|
||||
addbuiltin.options[opt_DistrustCRL].activated) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue