summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lib/libc/crypt/blowfish.37
1 files changed, 4 insertions, 3 deletions
diff --git a/src/lib/libc/crypt/blowfish.3 b/src/lib/libc/crypt/blowfish.3
index e3a3da04fa..443c2c835e 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.17 2006/07/26 12:45:53 jmc Exp $ 1.\" $OpenBSD: blowfish.3,v 1.18 2006/07/26 12:48:35 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.
@@ -103,12 +103,13 @@ The functions
103.Fn Blowfish_initstate , 103.Fn Blowfish_initstate ,
104.Fn Blowfish_expand0state , 104.Fn Blowfish_expand0state ,
105.Fn Blowfish_expandstate , 105.Fn Blowfish_expandstate ,
106.Fn Blowfish_encipher 106.Fn Blowfish_encipher ,
107and 107and
108.Fn Blowfish_decipher 108.Fn Blowfish_decipher
109are used for customization of the 109are used for customization of the
110.Em Blowfish 110.Em Blowfish
111cipher, e.g., for the blowfish password hashing function. 111cipher,
112for example for the blowfish password hashing function.
112.Sh SEE ALSO 113.Sh SEE ALSO
113.Xr passwd 1 , 114.Xr passwd 1 ,
114.Xr crypt 3 , 115.Xr crypt 3 ,