]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - include/openssl/dsa.h
Remove a DSA related TODO
[thirdparty/openssl.git] / include / openssl / dsa.h
index 681058597b0046d08a2a549d1ba03f1fbfc26f3d..eacc6caa28cace1a04fd2ec364b27f889e9550c4 100644 (file)
@@ -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), \