diff options
Diffstat (limited to 'doc/man3/RSA_meth_new.pod')
-rw-r--r-- | doc/man3/RSA_meth_new.pod | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/man3/RSA_meth_new.pod b/doc/man3/RSA_meth_new.pod index ceab317791..6c8eda1615 100644 --- a/doc/man3/RSA_meth_new.pod +++ b/doc/man3/RSA_meth_new.pod @@ -20,9 +20,9 @@ RSA_meth_get_multi_prime_keygen, RSA_meth_set_multi_prime_keygen #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)>: RSA_METHOD *RSA_meth_new(const char *name, int flags); void RSA_meth_free(RSA_METHOD *meth); |