ct: remove TODOs
authorPauli <pauli@openssl.org>
Mon, 31 May 2021 04:29:33 +0000 (14:29 +1000)
committerPauli <pauli@openssl.org>
Wed, 2 Jun 2021 06:30:15 +0000 (16:30 +1000)
Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15539)

crypto/ct/ct_local.h

index 554f6b362acb71819ef3a1973378fb6449fce4c3..e5614ddf5eb4a50e60a4690a8e9a02b994027398 100644 (file)
@@ -190,11 +190,6 @@ __owur int SCT_is_complete(const SCT *sct);
  */
 __owur int SCT_signature_is_complete(const SCT *sct);
 
-/*
- * TODO(RJPercival): Create an SCT_signature struct and make i2o_SCT_signature
- * and o2i_SCT_signature conform to the i2d/d2i conventions.
- */
-
 /*
 * Serialize (to TLS format) an |sct| signature and write it to |out|.
 * If |out| is null, no signature will be output but the length will be returned.