From 052d558202badc4e9e81641058c89d17f656e2f5 Mon Sep 17 00:00:00 2001 From: Tom Yu Date: Tue, 28 Oct 1997 21:39:36 +0000 Subject: * shs.c, sha_glue.c, hmac_sha.c: Fix to deal with LONG wider than 32 bits. * t_shs.c: Print out the actual and expected values on error. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10258 dc483132-0cff-0310-8789-dd5450dbe970 --- src/lib/crypto/sha/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/lib/crypto/sha/ChangeLog') diff --git a/src/lib/crypto/sha/ChangeLog b/src/lib/crypto/sha/ChangeLog index 03521a5b7..154f7b679 100644 --- a/src/lib/crypto/sha/ChangeLog +++ b/src/lib/crypto/sha/ChangeLog @@ -1,3 +1,10 @@ +Tue Oct 28 16:37:18 1997 Tom Yu + + * shs.c, sha_glue.c, hmac_sha.c: Fix to deal with LONG wider than + 32 bits. + + * t_shs.c: Print out the actual and expected values on error. + Sat Feb 22 18:52:09 1997 Richard Basch * Makefile.in: Use some of the new library list build rules in -- cgit