projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5941642
)
uses byte counts now.
author
John Kohl
<jtkohl@mit.edu>
Wed, 27 Feb 1991 13:33:14 +0000
(13:33 +0000)
committer
John Kohl
<jtkohl@mit.edu>
Wed, 27 Feb 1991 13:33:14 +0000
(13:33 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1806
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 1bd051d41737c72c62ac5802ab9b29e9f001841a..fdf4b7f47aa6243edc82cdfd54989ac7a03aed5c 100644
(file)
--- a/
src/lib/crypto/md4/md4glue.c
+++ b/
src/lib/crypto/md4/md4glue.c
@@
-32,7
+32,7
@@
krb5_checksum *outcksum;
MD4_CTX working;
MD4Init(&working);
- MD4Update(&working, input, in_length
*8
);
+ MD4Update(&working, input, in_length);
MD4Final(&working);
outcksum->checksum_type = CKSUMTYPE_RSA_MD4;