Clarify the deprecation warnings in the docs
[openssl.git] / doc / man3 / DSA_dup_DH.pod
index 8beab95a7b6f667e28e6b0123ca0c648954343aa..f8a4815cd597d5d2715ab5601dc1790fbc6e5aa2 100644 (file)
@@ -8,9 +8,9 @@ DSA_dup_DH - create a DH structure out of DSA structure
 
  #include <openssl/dsa.h>
 
-Deprecated since OpenSSL 3.0, can be hidden entirely by defining
-B<OPENSSL_API_COMPAT> with a suitable version value, see
-L<openssl_user_macros(7)>:
+The following functions have been deprecated since OpenSSL 3.0, and can be
+hidden entirely by defining B<OPENSSL_API_COMPAT> with a suitable version value,
+see L<openssl_user_macros(7)>:
 
  DH *DSA_dup_DH(const DSA *r);