projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f2fb855
)
change name for checksum type #define
author
John Kohl
<jtkohl@mit.edu>
Tue, 20 Nov 1990 10:23:11 +0000
(10:23 +0000)
committer
John Kohl
<jtkohl@mit.edu>
Tue, 20 Nov 1990 10:23:11 +0000
(10:23 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1467
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 58c6264be4adb3b79e6dcc4001611a0ad47d3882..5104d50d2e8dafa4500411f0d024e7f370e860a5 100644
(file)
--- a/
src/lib/crypto/md4/md4glue.c
+++ b/
src/lib/crypto/md4/md4glue.c
@@
-41,7
+41,7
@@
krb5_checksum *outcksum;
"close out" the MD4 algorithm */
MDupdate(&working, input, i*8);
- outcksum->checksum_type =
RSA_MD4_CKSUMTYPE
;
+ outcksum->checksum_type =
CKSUMTYPE_RSA_MD4
;
outcksum->length = RSA_MD4_CKSUM_LENGTH;
/* the output code here is adapted from MDprint */