summaryrefslogtreecommitdiff
path: root/lib/libcrypto/man
diff options
context:
space:
mode:
authorTheo Buehler <tb@cvs.openbsd.org>2023-07-29 03:05:36 +0000
committerTheo Buehler <tb@cvs.openbsd.org>2023-07-29 03:05:36 +0000
commitee90c11abd67db63ed8bc5985235d6fc6b3d1018 (patch)
tree06bbc60c7fc3472811e0b9b23cfba72cc9c2f01d /lib/libcrypto/man
parentd8de8f864e7ca348bf554c3ff35a1a01555378a3 (diff)
Remove BF_options() documentation
Diffstat (limited to 'lib/libcrypto/man')
-rw-r--r--lib/libcrypto/man/BF_set_key.312
1 files 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 <levitte@openssl.org>.
@@ -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.