summaryrefslogtreecommitdiff
path: root/src/lib/libc/crypt
diff options
context:
space:
mode:
authoralex <>1999-09-23 04:12:01 +0000
committeralex <>1999-09-23 04:12:01 +0000
commit66e599bd04a1a21ab07ce26a92a35cbe9dfd484d (patch)
tree18bf68b1b9d0abc82a95ab9fdf3cc60bc0676532 /src/lib/libc/crypt
parenteddda6bf00c124288aea38cccb8f6cbd44e6a13b (diff)
downloadopenbsd-66e599bd04a1a21ab07ce26a92a35cbe9dfd484d.tar.gz
openbsd-66e599bd04a1a21ab07ce26a92a35cbe9dfd484d.tar.bz2
openbsd-66e599bd04a1a21ab07ce26a92a35cbe9dfd484d.zip
Typo fixes.
Diffstat (limited to 'src/lib/libc/crypt')
-rw-r--r--src/lib/libc/crypt/blowfish.34
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libc/crypt/blowfish.3 b/src/lib/libc/crypt/blowfish.3
index 647c8cb6b2..b73d727c91 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.5 1999/07/09 13:35:15 aaron Exp $ 1.\" $OpenBSD: blowfish.3,v 1.6 1999/09/23 04:12:00 alex Exp $
2.\" Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> 2.\" Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de>
3.\" All rights reserved. 3.\" All rights reserved.
4.\" 4.\"
@@ -65,7 +65,7 @@ function initializes the 4 8bit S-boxes and the 18 Subkeys with
65the hexadecimal digits of Pi. The key is used for further randomization. 65the hexadecimal digits of Pi. The key is used for further randomization.
66The first argument to 66The first argument to
67.Fn blf_enc 67.Fn blf_enc
68is the initalized state derived from 68is the initialized state derived from
69.Fn blf_key . 69.Fn blf_key .
70The stream of 32-bit words is encrypted in Electronic Codebook 70The stream of 32-bit words is encrypted in Electronic Codebook
71Mode (ECB) and 71Mode (ECB) and