From efb37e15c665fecd1b7c68c1545dbdc22237d1af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Wed, 3 Sep 2003 09:27:55 +0000 Subject: [PATCH] x git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@12751 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/des/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/lib/des/ChangeLog b/lib/des/ChangeLog index 1834b0595..2297e5af6 100644 --- a/lib/des/ChangeLog +++ b/lib/des/ChangeLog @@ -1,3 +1,13 @@ +2003-09-03 Love Hörnquist Åstrand + + * md4.c (MD4_Final): make the function threadsafe by removing + static on the local variable zeros + + * md5.c (MD5_Final): make the function threadsafe by removing + static on the local variable zeros + + * switch to the DES_ api, dont provide any compat glue + 2003-08-27 Love Hörnquist Åstrand * sha.c: make the function threadsafe by removing static on the