From 0921dacac0580cf5567f3e4037ee21d8e11e1588 Mon Sep 17 00:00:00 2001 From: aaron <> Date: Thu, 18 Mar 1999 11:08:33 +0000 Subject: [PATCH] typo; nash@mcs.net --- src/lib/libc/crypt/crypt.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/libc/crypt/crypt.3 b/src/lib/libc/crypt/crypt.3 index 524645de..239c9b30 100644 --- a/src/lib/libc/crypt/crypt.3 +++ b/src/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