summaryrefslogtreecommitdiff
path: root/src/lib/libc/crypt
diff options
context:
space:
mode:
authoraaron <>2000-12-21 14:07:41 +0000
committeraaron <>2000-12-21 14:07:41 +0000
commit348d21c814ad43b05ed8a2111f78394a0fffb7a6 (patch)
tree76e285e95f9d7ecb35dd2c19f3b3af2f532182ad /src/lib/libc/crypt
parent7ad2cb29ed6b9a44f24f1183a273a652cb61a439 (diff)
downloadopenbsd-348d21c814ad43b05ed8a2111f78394a0fffb7a6.tar.gz
openbsd-348d21c814ad43b05ed8a2111f78394a0fffb7a6.tar.bz2
openbsd-348d21c814ad43b05ed8a2111f78394a0fffb7a6.zip
typo; ciper -> cipher
Diffstat (limited to 'src/lib/libc/crypt')
-rw-r--r--src/lib/libc/crypt/arc4random.34
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libc/crypt/arc4random.3 b/src/lib/libc/crypt/arc4random.3
index 5fcea4e492..d8e0f8cda6 100644
--- a/src/lib/libc/crypt/arc4random.3
+++ b/src/lib/libc/crypt/arc4random.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: arc4random.3,v 1.16 2000/04/28 21:16:25 deraadt Exp $ 1.\" $OpenBSD: arc4random.3,v 1.17 2000/12/21 14:07:41 aaron 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.
@@ -58,7 +58,7 @@ subsystem described in
58On each call, an ARC4 generator is used to generate a new result. 58On each call, an ARC4 generator is used to generate a new result.
59The 59The
60.Fn arc4random 60.Fn arc4random
61function uses the ARC4 ciper key stream generator, 61function uses the ARC4 cipher key stream generator,
62which uses 8*8 8 bit S-Boxes. 62which uses 8*8 8 bit S-Boxes.
63The S-Boxes can be in about (2**1700) states. 63The S-Boxes can be in about (2**1700) states.
64.Pp 64.Pp