projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
97fd28f
)
use proper names in the glue entries
author
John Kohl
<jtkohl@mit.edu>
Thu, 3 Jan 1991 17:01:45 +0000
(17:01 +0000)
committer
John Kohl
<jtkohl@mit.edu>
Thu, 3 Jan 1991 17:01:45 +0000
(17:01 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1609
dc483132
-0cff-0310-8789-
dd5450dbe970
src/lib/crypto/md4/md4glue.c
patch
|
blob
|
history
diff --git
a/src/lib/crypto/md4/md4glue.c
b/src/lib/crypto/md4/md4glue.c
index 51f2a297727ca5c0d79b6d309a55e56ef0c3ed99..c4237a92f41328ef49342b4fea5ecdd7b0636998 100644
(file)
--- 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 */
};