Subject: CVS commit: src/lib/libcrypt
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 01/11/2005 22:39:21
Module Name:	src
Committed By:	christos
Date:		Tue Jan 11 22:39:21 UTC 2005

Modified Files:
	src/lib/libcrypt: bcrypt.c

Log Message:
Write __gensalt_blowfish function that does not use static storage and
can return an error. Make the old bcrypt_gensalt() function use that.
XXX: should gc bcrypt_gensalt(). What uses it?


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/lib/libcrypt/bcrypt.c

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