]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - include/openssl/dsa.h
Deprecate the low level Diffie-Hellman functions.
[thirdparty/openssl.git] / include / openssl / dsa.h
index 5fe87bee1a3ab8cd45cf9e6b7ad4a5013231e37c..ac4d221b2d73b6f93ed6adb922835de1ce532c5b 100644 (file)
@@ -178,10 +178,8 @@ DEPRECATEDIN_3_0(int DSA_print_fp(FILE *bp, const DSA *x, int off))
 /*
  * Convert DSA structure (key or just parameters) into DH structure (be
  * careful to avoid small subgroup attacks when using this!)
- *
- * TODO(3.0): figure out how to remove this monstrosity
  */
-DH *DSA_dup_DH(const DSA *r);
+DEPRECATEDIN_3_0(DH *DSA_dup_DH(const DSA *r))
 #  endif
 
 #  define EVP_PKEY_CTX_set_dsa_paramgen_bits(ctx, nbits) \