]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - doc/man3/RSA_private_encrypt.pod
Clarify the deprecation warnings in the docs
[thirdparty/openssl.git] / doc / man3 / RSA_private_encrypt.pod
index 1c89b58b5fb5095c02e625556c9449c0ed1dff08..a9bd23c1345c69fd74d84d696c5073f810163b83 100644 (file)
@@ -8,9 +8,9 @@ RSA_private_encrypt, RSA_public_decrypt - low-level signature operations
 
  #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_private_encrypt(int flen, unsigned char *from,
                          unsigned char *to, RSA *rsa, int padding);