summaryrefslogtreecommitdiffstats
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/crypto/md4/md4glue.c5
1 files 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 */
};