diff options
Diffstat (limited to 'doc/man3/BF_encrypt.pod')
-rw-r--r-- | doc/man3/BF_encrypt.pod | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/man3/BF_encrypt.pod b/doc/man3/BF_encrypt.pod index b4a335076d..b6df43efc2 100644 --- a/doc/man3/BF_encrypt.pod +++ b/doc/man3/BF_encrypt.pod @@ -9,9 +9,9 @@ BF_cfb64_encrypt, BF_ofb64_encrypt, BF_options - Blowfish encryption #include <openssl/blowfish.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 BF_set_key(BF_KEY *key, int len, const unsigned char *data); |