]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - doc/man3/RC4_set_key.pod
Clarify the deprecation warnings in the docs
[thirdparty/openssl.git] / doc / man3 / RC4_set_key.pod
index b9876291b998d34f84198150da0aaa8504c32b25..3f6e362f76c21382f2126600676ef73c1b7021c8 100644 (file)
@@ -8,9 +8,9 @@ RC4_set_key, RC4 - RC4 encryption
 
  #include <openssl/rc4.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 RC4_set_key(RC4_KEY *key, int len, const unsigned char *data);