Subject: CVS commit: src/lib/libcrypt
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 04/17/2003 00:31:05
Module Name:	src
Committed By:	thorpej
Date:		Thu Apr 17 00:31:05 UTC 2003

Modified Files:
	src/lib/libcrypt: Makefile bcrypt.c blowfish.c
Removed Files:
	src/lib/libcrypt: blf.h

Log Message:
hrink the Blowfish routines down to only what we need for __bcrypt(),
and don't export any of the Blowfish functionality outside bcrypt.c.


To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 src/lib/libcrypt/Makefile
cvs rdiff -r1.1 -r1.2 src/lib/libcrypt/bcrypt.c src/lib/libcrypt/blowfish.c
cvs rdiff -r1.1 -r0 src/lib/libcrypt/blf.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.