Clarify the deprecation warnings in the docs
[openssl.git] / doc / man3 / DSA_get0_pqg.pod
index 3542a771e9e8fa20237bf2e1f125b8560028c7dd..fc2a967cfa940cfba3aeb7423e880a10bb983369 100644 (file)
@@ -13,9 +13,9 @@ setting data in a DSA object
 
  #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)>:
 
  void DSA_get0_pqg(const DSA *d,
                    const BIGNUM **p, const BIGNUM **q, const BIGNUM **g);