| Index: net/cert/ct_objects_extractor_openssl.cc
|
| diff --git a/net/cert/ct_objects_extractor_openssl.cc b/net/cert/ct_objects_extractor_openssl.cc
|
| index f6bd8b0e867dfd519043ec7c6f9250f719e3695c..3fb5f2c5d3fb1f5ad7a9d0782c71a161e6ab13e0 100644
|
| --- a/net/cert/ct_objects_extractor_openssl.cc
|
| +++ b/net/cert/ct_objects_extractor_openssl.cc
|
| @@ -28,14 +28,6 @@
|
| return false;
|
| }
|
|
|
| -bool ExtractSCTListFromOCSPResponse(X509Certificate::OSCertHandle issuer,
|
| - const std::string& cert_serial_number,
|
| - const std::string& ocsp_response,
|
| - std::string* sct_list) {
|
| - NOTIMPLEMENTED();
|
| - return false;
|
| -}
|
| -
|
| } // namespace ct
|
|
|
| } // namespace net
|
|
|