| Index: net/cert/cert_verify_proc_openssl.cc
|
| diff --git a/net/cert/cert_verify_proc_openssl.cc b/net/cert/cert_verify_proc_openssl.cc
|
| index 890462e61ca588fada5a9bb9ae1d566e0fa17dde..564924528b2289f23ecf3f5f2e19c427c51e673e 100644
|
| --- a/net/cert/cert_verify_proc_openssl.cc
|
| +++ b/net/cert/cert_verify_proc_openssl.cc
|
| @@ -190,9 +190,14 @@ bool CertVerifyProcOpenSSL::SupportsAdditionalTrustAnchors() const {
|
| return false;
|
| }
|
|
|
| +bool CertVerifyProcOpenSSL::SupportsOCSPStapling() const {
|
| + return false;
|
| +}
|
| +
|
| int CertVerifyProcOpenSSL::VerifyInternal(
|
| X509Certificate* cert,
|
| const std::string& hostname,
|
| + const std::string& ocsp_response,
|
| int flags,
|
| CRLSet* crl_set,
|
| const CertificateList& additional_trust_anchors,
|
|
|