summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authortb <>2023-07-29 03:05:35 +0000
committertb <>2023-07-29 03:05:35 +0000
commit00bf7beed86fca5b7c77bcd7e6f6fcc8bd9a5f1c (patch)
tree92b4ac64b151af937e926e13f8c68dbf554de66f /src/lib
parent7120a505250bee4e093f591ed3cb4c483f986a84 (diff)
downloadopenbsd-00bf7beed86fca5b7c77bcd7e6f6fcc8bd9a5f1c.tar.gz
openbsd-00bf7beed86fca5b7c77bcd7e6f6fcc8bd9a5f1c.tar.bz2
openbsd-00bf7beed86fca5b7c77bcd7e6f6fcc8bd9a5f1c.zip
Remove BF_options() documentation
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/libcrypto/man/BF_set_key.312
1 files changed, 3 insertions, 9 deletions
diff --git a/src/lib/libcrypto/man/BF_set_key.3 b/src/lib/libcrypto/man/BF_set_key.3
index c7e83a7526..9fbe731da2 100644
--- a/src/lib/libcrypto/man/BF_set_key.3
+++ b/src/lib/libcrypto/man/BF_set_key.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: BF_set_key.3,v 1.10 2019/06/06 01:06:58 schwarze Exp $ 1.\" $OpenBSD: BF_set_key.3,v 1.11 2023/07/29 03:05:35 tb Exp $
2.\" OpenSSL 99d63d46 Jul 19 09:27:53 2016 -0400 2.\" OpenSSL 99d63d46 Jul 19 09:27:53 2016 -0400
3.\" 3.\"
4.\" This file was written by Richard Levitte <levitte@openssl.org>. 4.\" This file was written by Richard Levitte <levitte@openssl.org>.
@@ -49,7 +49,7 @@
49.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 49.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
50.\" OF THE POSSIBILITY OF SUCH DAMAGE. 50.\" OF THE POSSIBILITY OF SUCH DAMAGE.
51.\" 51.\"
52.Dd $Mdocdate: June 6 2019 $ 52.Dd $Mdocdate: July 29 2023 $
53.Dt BF_SET_KEY 3 53.Dt BF_SET_KEY 3
54.Os 54.Os
55.Sh NAME 55.Sh NAME
@@ -60,7 +60,6 @@
60.Nm BF_cbc_encrypt , 60.Nm BF_cbc_encrypt ,
61.Nm BF_cfb64_encrypt , 61.Nm BF_cfb64_encrypt ,
62.Nm BF_ofb64_encrypt , 62.Nm BF_ofb64_encrypt ,
63.Nm BF_options
64.Nd Blowfish encryption 63.Nd Blowfish encryption
65.Sh SYNOPSIS 64.Sh SYNOPSIS
66.In openssl/blowfish.h 65.In openssl/blowfish.h
@@ -115,10 +114,6 @@
115.Fa "unsigned char *ivec" 114.Fa "unsigned char *ivec"
116.Fa "int *num" 115.Fa "int *num"
117.Fc 116.Fc
118.Ft const char *
119.Fo BF_options
120.Fa void
121.Fc
122.Sh DESCRIPTION 117.Sh DESCRIPTION
123This library implements the Blowfish cipher, 118This library implements the Blowfish cipher,
124which was invented and defined by 119which was invented and defined by
@@ -265,9 +260,8 @@ and big-endian on big-endian ones.
265.Fn BF_ecb_encrypt , 260.Fn BF_ecb_encrypt ,
266.Fn BF_cbc_encrypt , 261.Fn BF_cbc_encrypt ,
267.Fn BF_cfb64_encrypt , 262.Fn BF_cfb64_encrypt ,
268.Fn BF_ofb64_encrypt ,
269and 263and
270.Fn BF_options 264.Fn BF_ofb64_encrypt
271first appeared in SSLeay 0.6.6. 265first appeared in SSLeay 0.6.6.
272.Fn BF_decrypt 266.Fn BF_decrypt
273first appeared in SSLeay 0.9.0. 267first appeared in SSLeay 0.9.0.