summaryrefslogtreecommitdiffstats
path: root/doc/man3/RSA_check_key.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man3/RSA_check_key.pod')
-rw-r--r--doc/man3/RSA_check_key.pod6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/man3/RSA_check_key.pod b/doc/man3/RSA_check_key.pod
index 09db90ce06..a9e3d36aa6 100644
--- a/doc/man3/RSA_check_key.pod
+++ b/doc/man3/RSA_check_key.pod
@@ -8,9 +8,9 @@ RSA_check_key_ex, RSA_check_key - validate private RSA keys
#include <openssl/rsa.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 RSA_check_key_ex(const RSA *rsa, BN_GENCB *cb);