mirror of
https://github.com/openssl/openssl.git
synced 2024-11-27 12:04:38 +08:00
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)
This commit is contained in:
parent
08cea586c9
commit
af4d6c26af
@ -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), \
|
||||
|
Loading…
Reference in New Issue
Block a user