mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-12 06:52:25 +00:00
Bug 168384: need to initialize the nss3lookingForCA field of nssUsage.
This commit is contained in:
parent
9811f02ac3
commit
f4c7a3fb0f
@ -1071,6 +1071,7 @@ loser:
|
||||
stanCert = STAN_GetNSSCertificate(cert);
|
||||
nssUsage.anyUsage = PR_FALSE;
|
||||
nssUsage.nss3usage = usage;
|
||||
nssUsage.nss3lookingForCA = PR_FALSE;
|
||||
stanChain = NSSCertificate_BuildChain(stanCert, NULL, &nssUsage, NULL,
|
||||
NULL, 0, NULL, NULL);
|
||||
if (!stanChain) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user