Bug 168384: need to initialize the nss3lookingForCA field of nssUsage.

This commit is contained in:
wtc%netscape.com 2002-09-13 02:07:34 +00:00
Родитель 9811f02ac3
Коммит f4c7a3fb0f
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -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) {