From 22c5948399abde4b47819bbc181d6902498b87cb Mon Sep 17 00:00:00 2001 From: "raman%netscape.com" Date: Thu, 15 Oct 1998 23:21:22 +0000 Subject: [PATCH] Fixed the Mac bustage --- caps/src/nsPrincipal.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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);