Subject: CVS commit: [netbsd-3] src/sys/lib/libkern
To: None <source-changes@NetBSD.org>
From: Jeff Rizzo <riz@netbsd.org>
List: source-changes
Date: 07/05/2005 22:38:04
Module Name:	src
Committed By:	riz
Date:		Tue Jul  5 22:38:04 UTC 2005

Modified Files:
	src/sys/lib/libkern [netbsd-3]: sha1.c

Log Message:
Pull up revision 1.9 (requested by tron in ticket #515):
Don't use a static buffer in SHA1Transform() because it might cause
various problems including sporadic IPSec authentification failures
if this code is used by multiple instances in parallel.


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.8.10.1 src/sys/lib/libkern/sha1.c

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