diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-03-18 11:11:07 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-03-18 11:11:07 +0000 |
commit | 54b0c19f836e008fb6c17850333c6c62660f8580 (patch) | |
tree | b2e0cacc87404689ef0048f5d9c24096a0796734 /lib/libc/crypt/crypt.3 | |
parent | f8e10619c7be88807438402a21ee8f28651cf120 (diff) |
typo; nash@mcs.net
Diffstat (limited to 'lib/libc/crypt/crypt.3')
-rw-r--r-- | lib/libc/crypt/crypt.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/crypt/crypt.3 b/lib/libc/crypt/crypt.3 index 524645de55f..239c9b30898 100644 --- a/lib/libc/crypt/crypt.3 +++ b/lib/libc/crypt/crypt.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: crypt.3,v 1.11 1998/02/27 12:17:45 deraadt Exp $ +.\" $OpenBSD: crypt.3,v 1.12 1999/03/18 11:08:33 aaron Exp $ .\" .\" FreeSec: libcrypt .\" @@ -77,7 +77,7 @@ and a ``$2'' chooses Blowfish hashing, see below for more information. The .Ar key is divided into groups of 8 characters (the last group is null-padded) -and the low-order 7 bits of each each character (56 bits per group) are +and the low-order 7 bits of each character (56 bits per group) are used to form the DES key as follows: the first group of 56 bits becomes the initial DES key. For each additional group, the XOR of the encryption of the current DES |