summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lib/libc/crypt/blowfish.35
1 files changed, 4 insertions, 1 deletions
diff --git a/src/lib/libc/crypt/blowfish.3 b/src/lib/libc/crypt/blowfish.3
index 0e1a077de9..dd9d9fe17e 100644
--- a/src/lib/libc/crypt/blowfish.3
+++ b/src/lib/libc/crypt/blowfish.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: blowfish.3,v 1.15 2006/07/25 12:41:06 jmc Exp $ 1.\" $OpenBSD: blowfish.3,v 1.16 2006/07/26 12:43:02 jmc Exp $
2.\" 2.\"
3.\" Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> 3.\" Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de>
4.\" All rights reserved. 4.\" All rights reserved.
@@ -95,6 +95,9 @@ For these functions
95.Pa datalen 95.Pa datalen
96specifies the number of octets of data to encrypt or decrypt. 96specifies the number of octets of data to encrypt or decrypt.
97It must be a multiple of 8 (64-bit block). 97It must be a multiple of 8 (64-bit block).
98The initialisation vector
99.Pa iv
100points to an 8-byte buffer.
98.Pp 101.Pp
99The functions 102The functions
100.Fn Blowfish_initstate , 103.Fn Blowfish_initstate ,