From: John Kohl Date: Thu, 3 Jan 1991 17:01:45 +0000 (+0000) Subject: use proper names in the glue entries X-Git-Tag: krb5-1.0-alpha4~362 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f263f3036e1614365b80e55d5170f4acfe07152b;p=krb5.git use proper names in the glue entries git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1609 dc483132-0cff-0310-8789-dd5450dbe970 --- 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 */ };