Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/lib/libkern
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.
Home |
Main Index |
Thread Index |
Old Index