зеркало из https://github.com/mozilla/pjs.git
Bug 168384: need to initialize the nss3lookingForCA field of nssUsage.
This commit is contained in:
Родитель
b3885dbf61
Коммит
0ad056f859
|
@ -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) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче