summaryrefslogtreecommitdiff
path: root/md4.h
diff options
context:
space:
mode:
Diffstat (limited to 'md4.h')
-rw-r--r--md4.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/md4.h b/md4.h
index f199a80e..fa30b237 100644
--- a/md4.h
+++ b/md4.h
@@ -58,8 +58,8 @@ struct md4_ctx
{
uint32_t state[_MD4_DIGEST_LENGTH];
uint64_t count; /* Block count */
- uint8_t block[MD4_BLOCK_SIZE]; /* Block buffer */
unsigned index; /* Into buffer */
+ uint8_t block[MD4_BLOCK_SIZE]; /* Block buffer */
};
void