Clarify the deprecation warnings in the docs
[openssl.git] / doc / man3 / DSA_generate_key.pod
index 65cc29dddaf7fdad3fed0914ac3bf4838630e3a9..c8f123be009c8de80dde0f5ca49d565262814945 100644 (file)
@@ -8,9 +8,9 @@ DSA_generate_key - generate DSA key pair
 
  #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)>:
 
  int DSA_generate_key(DSA *a);