This commit is contained in:
raman%netscape.com 1998-10-15 23:21:22 +00:00
Родитель fc5f30ff2a
Коммит 22c5948399
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -205,7 +205,8 @@ static nsVector* getTempCertificates(const unsigned char **certChain,
cert = (CERTCertificate *)certArray->Get(0);
rv = CERT_VerifyCert(handle, cert, PR_TRUE,
certUsageObjectSigner,
PR_FALSE, NULL, NULL);
(int64)PR_FALSE, (void *)NULL,
(CERTVerifyLog *)NULL);
if (rv != SECSuccess) {
// Free the certificates and mark this principal as not trusted.
destroyCertificates(certArray);