summaryrefslogtreecommitdiffstats
path: root/doc/man3/DH_set_method.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man3/DH_set_method.pod')
-rw-r--r--doc/man3/DH_set_method.pod6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/man3/DH_set_method.pod b/doc/man3/DH_set_method.pod
index 4782a766d4..d6da381001 100644
--- a/doc/man3/DH_set_method.pod
+++ b/doc/man3/DH_set_method.pod
@@ -9,9 +9,9 @@ DH_set_method, DH_new_method, DH_OpenSSL - select DH method
#include <openssl/dh.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 DH_set_default_method(const DH_METHOD *meth);