Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(148)

Unified Diff: net/base/x509_certificate_openssl.cc

Issue 5587001: Follow-up fixes for comments from wtc on patch http://codereview.chromium.org/5195001 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | net/base/x509_openssl_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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))
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | net/base/x509_openssl_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698