From d4ce60eeca61e21ce31a41116914b989e67eafce Mon Sep 17 00:00:00 2001 From: tb Date: Sat, 29 Jul 2023 03:05:35 +0000 Subject: [PATCH] Remove BF_options() documentation --- lib/libcrypto/man/BF_set_key.3 | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/lib/libcrypto/man/BF_set_key.3 b/lib/libcrypto/man/BF_set_key.3 index c7e83a75265..9fbe731da25 100644 --- a/lib/libcrypto/man/BF_set_key.3 +++ b/lib/libcrypto/man/BF_set_key.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: BF_set_key.3,v 1.10 2019/06/06 01:06:58 schwarze Exp $ +.\" $OpenBSD: BF_set_key.3,v 1.11 2023/07/29 03:05:35 tb Exp $ .\" OpenSSL 99d63d46 Jul 19 09:27:53 2016 -0400 .\" .\" This file was written by Richard Levitte . @@ -49,7 +49,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: June 6 2019 $ +.Dd $Mdocdate: July 29 2023 $ .Dt BF_SET_KEY 3 .Os .Sh NAME @@ -60,7 +60,6 @@ .Nm BF_cbc_encrypt , .Nm BF_cfb64_encrypt , .Nm BF_ofb64_encrypt , -.Nm BF_options .Nd Blowfish encryption .Sh SYNOPSIS .In openssl/blowfish.h @@ -115,10 +114,6 @@ .Fa "unsigned char *ivec" .Fa "int *num" .Fc -.Ft const char * -.Fo BF_options -.Fa void -.Fc .Sh DESCRIPTION This library implements the Blowfish cipher, which was invented and defined by @@ -265,9 +260,8 @@ and big-endian on big-endian ones. .Fn BF_ecb_encrypt , .Fn BF_cbc_encrypt , .Fn BF_cfb64_encrypt , -.Fn BF_ofb64_encrypt , and -.Fn BF_options +.Fn BF_ofb64_encrypt first appeared in SSLeay 0.6.6. .Fn BF_decrypt first appeared in SSLeay 0.9.0. -- 2.20.1