diff options
Diffstat (limited to 'google_apis')
-rw-r--r-- | google_apis/gcm/tools/mcs_probe.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/google_apis/gcm/tools/mcs_probe.cc b/google_apis/gcm/tools/mcs_probe.cc index 0f464c5..bbff7ff 100644 --- a/google_apis/gcm/tools/mcs_probe.cc +++ b/google_apis/gcm/tools/mcs_probe.cc @@ -171,6 +171,7 @@ class MyTestCertVerifier : public net::CertVerifier { int Verify(net::X509Certificate* cert, const std::string& hostname, + const std::string& ocsp_response, int flags, net::CRLSet* crl_set, net::CertVerifyResult* verify_result, |