Subject: CVS commit: src/sys/lib/libkern
To: None <source-changes@NetBSD.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 06/30/2005 13:08:46
Module Name: src
Committed By: tron
Date: Thu Jun 30 13:08:46 UTC 2005
Modified Files:
src/sys/lib/libkern: sha1.c
Log Message:
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.9 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.