diff options
author | aaron <> | 1999-07-04 18:59:43 +0000 |
---|---|---|
committer | aaron <> | 1999-07-04 18:59:43 +0000 |
commit | 5f78a44df1a8e524a82445f2fedb382128869a2a (patch) | |
tree | a4b9e57e7d2417e09c7bc3ec13a3511a5ebe8b47 /src/lib/libc/crypt | |
parent | fd3c1edab9aec83ff25669f67d7f685ceb0ce2d9 (diff) | |
download | openbsd-5f78a44df1a8e524a82445f2fedb382128869a2a.tar.gz openbsd-5f78a44df1a8e524a82445f2fedb382128869a2a.tar.bz2 openbsd-5f78a44df1a8e524a82445f2fedb382128869a2a.zip |
trash some old leftover macros and replace them with -mdoc macros
Diffstat (limited to 'src/lib/libc/crypt')
-rw-r--r-- | src/lib/libc/crypt/arc4random.3 | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/lib/libc/crypt/arc4random.3 b/src/lib/libc/crypt/arc4random.3 index bcf98bd964..988de1d0f6 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.9 1999/06/30 01:40:18 deraadt Exp $ | 1 | .\" $OpenBSD: arc4random.3,v 1.10 1999/07/04 18:59:42 aaron 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 | .\" |
@@ -50,10 +50,7 @@ The | |||
50 | .Fn arc4random | 50 | .Fn arc4random |
51 | function uses the key stream generator employed by the | 51 | function uses the key stream generator employed by the |
52 | arc4 cipher, which uses 8*8 8 bit S-Boxes. The S-Boxes | 52 | arc4 cipher, which uses 8*8 8 bit S-Boxes. The S-Boxes |
53 | can be in about | 53 | can be in about (2**1700) states. |
54 | .if t 2\u\s71700\s10\d | ||
55 | .if n (2**1700) | ||
56 | states. | ||
57 | .Pp | 54 | .Pp |
58 | The | 55 | The |
59 | .Fn arc4random_stir | 56 | .Fn arc4random_stir |