summaryrefslogtreecommitdiffstats
path: root/doc/man3/DSA_sign.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man3/DSA_sign.pod')
-rw-r--r--doc/man3/DSA_sign.pod6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/man3/DSA_sign.pod b/doc/man3/DSA_sign.pod
index 2687f99650..ad5f108c90 100644
--- a/doc/man3/DSA_sign.pod
+++ b/doc/man3/DSA_sign.pod
@@ -8,9 +8,9 @@ DSA_sign, DSA_sign_setup, DSA_verify - DSA signatures
#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_sign(int type, const unsigned char *dgst, int len,
unsigned char *sigret, unsigned int *siglen, DSA *dsa);