summaryrefslogtreecommitdiffstats
path: root/crypto/ct
diff options
context:
space:
mode:
authorPauli <pauli@openssl.org>2021-05-31 14:29:33 +1000
committerPauli <pauli@openssl.org>2021-06-02 16:30:15 +1000
commit29cfba8599a649bc70a9414e701c68efceab13a3 (patch)
tree4bc5e59a7217c81a58e4d194725b57a8f4745486 /crypto/ct
parente0a7ef0b5148156a64c2b9c4b30f7cef9a0dc6a4 (diff)
ct: remove TODOs
Reviewed-by: Tim Hudson <tjh@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15539)
Diffstat (limited to 'crypto/ct')
-rw-r--r--crypto/ct/ct_local.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/crypto/ct/ct_local.h b/crypto/ct/ct_local.h
index 554f6b362a..e5614ddf5e 100644
--- a/crypto/ct/ct_local.h
+++ b/crypto/ct/ct_local.h
@@ -191,11 +191,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.
* If |out| points to a null pointer, a string will be allocated to hold the