| Index: net/base/x509_certificate_openssl.cc
|
| diff --git a/net/base/x509_certificate_openssl.cc b/net/base/x509_certificate_openssl.cc
|
| index abddd978550c0689dd51e0ff43af41f506938ab5..0d55c35d15965ee0f10a5390ad36b907a723b960 100644
|
| --- a/net/base/x509_certificate_openssl.cc
|
| +++ b/net/base/x509_certificate_openssl.cc
|
| @@ -434,7 +434,6 @@ int X509Certificate::Verify(const std::string& hostname,
|
| << " : " << X509_STORE_CTX_get_error_depth(ctx.get())
|
| << " : " << cert_status;
|
| verify_result->cert_status |= cert_status;
|
| - return MapCertStatusToNetError(verify_result->cert_status);
|
| }
|
|
|
| if (IsCertStatusError(verify_result->cert_status))
|
|
|