diff --git a/caps/src/nsPrincipal.cpp b/caps/src/nsPrincipal.cpp index be7e5918c12..1e9e0dad95b 100755 --- a/caps/src/nsPrincipal.cpp +++ b/caps/src/nsPrincipal.cpp @@ -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);