summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2021-02-01 17:31:05 +0000
committerMatt Caswell <matt@openssl.org>2021-02-04 12:27:25 +0000
commitaf4d6c26af0bfaa837589b4fe39ec4942dd4c5b3 (patch)
tree767c5307ea9238a28948ced3cecd284cceb2b966
parent08cea586c9d0fd2fcf99ec1eacb7736a34139d8b (diff)
Remove a DSA related TODO
There are no instances of the macros that this comment is referring to being used anywhere within current master. All of the macros were deprecated by commit f41ac0e. Therefore this TODO should just be removed. Fixes #13020 Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14038)
-rw-r--r--include/openssl/dsa.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/openssl/dsa.h b/include/openssl/dsa.h
index 681058597b..eacc6caa28 100644
--- a/include/openssl/dsa.h
+++ b/include/openssl/dsa.h
@@ -98,10 +98,6 @@ int DSA_SIG_set0(DSA_SIG *sig, BIGNUM *r, BIGNUM *s);
/* typedef struct dsa_st DSA; */
/* typedef struct dsa_method DSA_METHOD; */
-/*
- * TODO(3.0): consider removing the ASN.1 encoding and decoding when
- * deserialization is completed elsewhere.
- */
# define d2i_DSAparams_fp(fp, x) \
(DSA *)ASN1_d2i_fp((char *(*)())DSA_new, \
(char *(*)())d2i_DSAparams, (fp), \