| Index: net/cert/cert_verify_proc_openssl.h
|
| diff --git a/net/cert/cert_verify_proc_openssl.h b/net/cert/cert_verify_proc_openssl.h
|
| index 979d65ad10aea944ea9e0478380f61b5f42b022e..5836386c55d85b6084bb1d9fc1e4818b34bb4ae9 100644
|
| --- a/net/cert/cert_verify_proc_openssl.h
|
| +++ b/net/cert/cert_verify_proc_openssl.h
|
| @@ -15,6 +15,7 @@ class CertVerifyProcOpenSSL : public CertVerifyProc {
|
| CertVerifyProcOpenSSL();
|
|
|
| bool SupportsAdditionalTrustAnchors() const override;
|
| + bool SupportsOCSPStapling() const override;
|
|
|
| protected:
|
| ~CertVerifyProcOpenSSL() override;
|
| @@ -22,6 +23,7 @@ class CertVerifyProcOpenSSL : public CertVerifyProc {
|
| private:
|
| int VerifyInternal(X509Certificate* cert,
|
| const std::string& hostname,
|
| + const std::string& ocsp_response,
|
| int flags,
|
| CRLSet* crl_set,
|
| const CertificateList& additional_trust_anchors,
|
|
|