From f263f3036e1614365b80e55d5170f4acfe07152b Mon Sep 17 00:00:00 2001 From: John Kohl Date: Thu, 3 Jan 1991 17:01:45 +0000 Subject: [PATCH] use proper names in the glue entries git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1609 dc483132-0cff-0310-8789-dd5450dbe970 --- src/lib/crypto/md4/md4glue.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/lib/crypto/md4/md4glue.c b/src/lib/crypto/md4/md4glue.c index 51f2a2977..c4237a92f 100644 --- a/src/lib/crypto/md4/md4glue.c +++ b/src/lib/crypto/md4/md4glue.c @@ -54,10 +54,9 @@ krb5_checksum *outcksum; return 0; } - -krb5_checksum_entry crc32_cksumtable_entry = { +krb5_checksum_entry md4_cksumtable_entry = { md4_sum_func, - RSA_MD4_CKSUM_LENGTH, /* CRC-32 is 4 octets */ + RSA_MD4_CKSUM_LENGTH, 1, /* is collision proof */ 0, /* doesn't use key */ }; -- 2.26.2