From: Pauli Date: Mon, 31 May 2021 04:29:33 +0000 (+1000) Subject: ct: remove TODOs X-Git-Tag: openssl-3.0.0-beta1~254 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=29cfba8599a649bc70a9414e701c68efceab13a3;p=thirdparty%2Fopenssl.git ct: remove TODOs Reviewed-by: Tim Hudson (Merged from https://github.com/openssl/openssl/pull/15539) --- diff --git a/crypto/ct/ct_local.h b/crypto/ct/ct_local.h index 554f6b362ac..e5614ddf5eb 100644 --- a/crypto/ct/ct_local.h +++ b/crypto/ct/ct_local.h @@ -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.