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 3fb5f2c5d3fb1f5ad7a9d0782c71a161e6ab13e0..f6bd8b0e867dfd519043ec7c6f9250f719e3695c 100644 |
--- a/net/cert/ct_objects_extractor_openssl.cc |
+++ b/net/cert/ct_objects_extractor_openssl.cc |
@@ -28,6 +28,14 @@ bool GetX509LogEntry(X509Certificate::OSCertHandle leaf, LogEntry* result) { |
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 |