mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-23 19:09:49 +00:00
Bug 1035034: Fix typo in CertVerifier, r=cviecco
--HG-- extra : rebase_source : b8871ee8cf1e156ef48d363ea49e8b82ab268d98
This commit is contained in:
parent
ec0078e10d
commit
949d837110
@ -388,7 +388,7 @@ CertVerifier::VerifyCert(CERTCertificate* cert, SECCertificateUsage usage,
|
||||
rv = BuildCertChain(emailTrust, cert, time, endEntityOrCA, keyUsage,
|
||||
eku, CertPolicyId::anyPolicy,
|
||||
stapledOCSPResponse, builtChain);
|
||||
if (rv == SECFailure && SEC_ERROR_UNKNOWN_ISSUER) {
|
||||
if (rv == SECFailure && PR_GetError() == SEC_ERROR_UNKNOWN_ISSUER) {
|
||||
NSSCertDBTrustDomain objectSigningTrust(trustObjectSigning,
|
||||
ocspFetching, mOCSPCache,
|
||||
pinArg, ocspGETConfig);
|
||||
|
Loading…
x
Reference in New Issue
Block a user