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

Unified Diff: net/base/x509_certificate_openssl.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 | « no previous file | net/base/x509_certificate_openssl_android.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 8cc4ef0eefb7624a86630a5792336b6816b02b93..a0601a7f10e12fd75404eb0a1bcb09f79a48ae47 100644
--- a/net/base/x509_certificate_openssl.cc
+++ b/net/base/x509_certificate_openssl.cc
@@ -428,6 +428,7 @@ X509_STORE* X509Certificate::cert_store() {
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 | « no previous file | net/base/x509_certificate_openssl_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698