projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db5ee77
)
Removed ^M's from DOS integration. (Oops!)
author
Theodore Tso
<tytso@mit.edu>
Sat, 23 Sep 1995 02:00:50 +0000
(
02:00
+0000)
committer
Theodore Tso
<tytso@mit.edu>
Sat, 23 Sep 1995 02:00:50 +0000
(
02:00
+0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6830
dc483132
-0cff-0310-8789-
dd5450dbe970
src/lib/crypto/md4/md4crypto.c
patch
|
blob
|
history
diff --git
a/src/lib/crypto/md4/md4crypto.c
b/src/lib/crypto/md4/md4crypto.c
index a2542c17e61a5dcb34d86e5d5a5aafc4bee8b565..72434d289e13cec99248af722c49fe743fa59ba7 100644
(file)
--- a/
src/lib/crypto/md4/md4crypto.c
+++ b/
src/lib/crypto/md4/md4crypto.c
@@
-206,7
+206,7
@@
size_t seed_length;
krb5_encrypt_block eblock;
krb5_keyblock keyblock;
krb5_error_code retval;
-
size_t i;
+ size_t i;
MD4_CTX working;