From: Matt Caswell Date: Mon, 1 Feb 2021 17:31:05 +0000 (+0000) Subject: Remove a DSA related TODO X-Git-Tag: openssl-3.0.0-alpha12~138 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=af4d6c26af0bfaa837589b4fe39ec4942dd4c5b3;p=thirdparty%2Fopenssl.git 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 Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/14038) --- diff --git a/include/openssl/dsa.h b/include/openssl/dsa.h index 681058597b0..eacc6caa28c 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), \