summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto/md5/ChangeLog
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1996-05-20 21:20:12 +0000
committerTheodore Tso <tytso@mit.edu>1996-05-20 21:20:12 +0000
commit1174bcf393bf9432f0c8ebbf61016c82c2d04fba (patch)
treed7ad9f5b33758e5b255f5782deae68aef5d46027 /src/lib/crypto/md5/ChangeLog
parent5bc21cac5fa11c15f29fe222fdc9b042ed854adf (diff)
downloadkrb5-1174bcf393bf9432f0c8ebbf61016c82c2d04fba.tar.gz
krb5-1174bcf393bf9432f0c8ebbf61016c82c2d04fba.tar.xz
krb5-1174bcf393bf9432f0c8ebbf61016c82c2d04fba.zip
md5crypto.c, md5crypto.h: Change use of RSA_MD5_DES_CKSUM_LENGTH to
use OLD_RSA_MD5_DES_CKSUM_LENGTH and NEW_RSA_MD5_DES_CKSUM_LENGTH, as appropriate. t_cksum.c (main): Use proper header file constants to get the correct checksum length for the MD4 and MD5 old-style and new-style checksum functions. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8066 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/crypto/md5/ChangeLog')
-rw-r--r--src/lib/crypto/md5/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/lib/crypto/md5/ChangeLog b/src/lib/crypto/md5/ChangeLog
index ae09cdab7..b5a2a6698 100644
--- a/src/lib/crypto/md5/ChangeLog
+++ b/src/lib/crypto/md5/ChangeLog
@@ -1,3 +1,13 @@
+Mon May 20 17:19:00 1996 Theodore Y. Ts'o <tytso@mit.edu>
+
+ * md5crypto.c, md5crypto.h: Change use of RSA_MD5_DES_CKSUM_LENGTH
+ to use OLD_RSA_MD5_DES_CKSUM_LENGTH and
+ NEW_RSA_MD5_DES_CKSUM_LENGTH, as appropriate.
+
+ * t_cksum.c (main): Use proper header file constants to get the
+ correct checksum length for the MD4 and MD5 old-style and
+ new-style checksum functions.
+
Sat May 18 01:49:33 1996 Theodore Y. Ts'o <tytso@mit.edu>
* md5crypto.c: Define MD5_K5BETA_COMPAT and MD5_K5BETA_COMP_DEF so