From: John Kohl Date: Thu, 3 Jan 1991 17:13:59 +0000 (+0000) Subject: fix names of table entries X-Git-Tag: krb5-1.0-alpha4~361 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a0fa14637a4a0118024216be89b36a8c1e218f99;p=krb5.git fix names of table entries git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1610 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/lib/crypto/md4/md4crypto.c b/src/lib/crypto/md4/md4crypto.c index e8ef135c8..4365f429a 100644 --- a/src/lib/crypto/md4/md4crypto.c +++ b/src/lib/crypto/md4/md4crypto.c @@ -79,7 +79,7 @@ krb5_checksum *outcksum; } -krb5_checksum_entry md4_crypto_cksumtable_entry = { +krb5_checksum_entry rsa_md4_des_cksumtable_entry = { md4_crypto_sum_func, RSA_MD4_CKSUM_LENGTH, /* CRC-32 is 4 octets */ 1, /* is collision proof */ diff --git a/src/lib/crypto/md4/md4glue.c b/src/lib/crypto/md4/md4glue.c index c4237a92f..93bcf30d3 100644 --- a/src/lib/crypto/md4/md4glue.c +++ b/src/lib/crypto/md4/md4glue.c @@ -54,7 +54,7 @@ krb5_checksum *outcksum; return 0; } -krb5_checksum_entry md4_cksumtable_entry = { +krb5_checksum_entry rsa_md4_cksumtable_entry = { md4_sum_func, RSA_MD4_CKSUM_LENGTH, 1, /* is collision proof */