summaryrefslogtreecommitdiffstats
path: root/doc/man3/RSA_new.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man3/RSA_new.pod')
-rw-r--r--doc/man3/RSA_new.pod4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/man3/RSA_new.pod b/doc/man3/RSA_new.pod
index ebbb2e76c0..7373c2042d 100644
--- a/doc/man3/RSA_new.pod
+++ b/doc/man3/RSA_new.pod
@@ -8,7 +8,9 @@ RSA_new, RSA_free - allocate and free RSA objects
#include <openssl/rsa.h>
-Deprecated since OpenSSL 3.0:
+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 *RSA_new(void);