mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 07:17:32 +09:00
Update NSS to 3.32.1-RTM
This commit is contained in:
parent
f29876f120
commit
c91ef9012b
512 changed files with 83203 additions and 16839 deletions
|
|
@ -831,8 +831,10 @@ fill_CERTCertificateFields(NSSCertificate *c, CERTCertificate *cc, PRBool forced
|
|||
cc->dbhandle = c->object.trustDomain;
|
||||
/* subjectList ? */
|
||||
/* istemp and isperm are supported in NSS 3.4 */
|
||||
CERT_LockCertTempPerm(cc);
|
||||
cc->istemp = PR_FALSE; /* CERT_NewTemp will override this */
|
||||
cc->isperm = PR_TRUE; /* by default */
|
||||
CERT_UnlockCertTempPerm(cc);
|
||||
/* pointer back */
|
||||
cc->nssCertificate = c;
|
||||
if (trust) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue