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

Unified Diff: net/base/x509_certificate_openssl_android.cc

Issue 8394008: Fix redux build for crl_set param (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: added openssl socket Created 9 years, 2 months 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 | « net/base/x509_certificate_openssl.cc ('k') | net/socket/ssl_client_socket_openssl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/x509_certificate_openssl_android.cc
diff --git a/net/base/x509_certificate_openssl_android.cc b/net/base/x509_certificate_openssl_android.cc
index 4e1bbd2c0186ee8722317f92caae2ffd1ffa07b2..fa01c5737bee90a57bca247711c8487914468612 100644
--- a/net/base/x509_certificate_openssl_android.cc
+++ b/net/base/x509_certificate_openssl_android.cc
@@ -14,6 +14,7 @@ namespace net {
int X509Certificate::VerifyInternal(const std::string& hostname,
int flags,
+ CRLSet* crl_set,
CertVerifyResult* verify_result) const {
if (!VerifyNameMatch(hostname))
verify_result->cert_status |= CERT_STATUS_COMMON_NAME_INVALID;
« no previous file with comments | « net/base/x509_certificate_openssl.cc ('k') | net/socket/ssl_client_socket_openssl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698