From owner-cvs-all Wed Mar 6 9:18:18 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9F4A337B41A; Wed, 6 Mar 2002 09:18:09 -0800 (PST) Received: (from markm@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g26HI9060426; Wed, 6 Mar 2002 09:18:09 -0800 (PST) (envelope-from markm) Message-Id: <200203061718.g26HI9060426@freefall.freebsd.org> From: Mark Murray Date: Wed, 6 Mar 2002 09:18:09 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libcrypt crypt-md5.c crypt.c crypt.h misc.c src/secure/lib/libcrypt blowfish.c blowfish.h crypt-blowfish.c crypt-des.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG markm 2002/03/06 09:18:09 PST Modified files: lib/libcrypt crypt-md5.c crypt.c crypt.h misc.c secure/lib/libcrypt blowfish.c blowfish.h crypt-blowfish.c crypt-des.c Log: No functional change, but big code cleanup. WARNS, lint(1) and style(9). Revision Changes Path 1.9 +47 -47 src/lib/libcrypt/crypt-md5.c 1.22 +9 -7 src/lib/libcrypt/crypt.c 1.7 +2 -2 src/lib/libcrypt/crypt.h 1.3 +6 -5 src/lib/libcrypt/misc.c 1.3 +13 -110 src/secure/lib/libcrypt/blowfish.c 1.2 +13 -13 src/secure/lib/libcrypt/blowfish.h 1.3 +26 -59 src/secure/lib/libcrypt/crypt-blowfish.c 1.16 +40 -34 src/secure/lib/libcrypt/crypt-des.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message