summaryrefslogtreecommitdiffstats
path: root/src/crypto/md4/md4.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto/md4/md4.c')
-rw-r--r--src/crypto/md4/md4.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crypto/md4/md4.c b/src/crypto/md4/md4.c
index 6150b96..5ef9ae5 100644
--- a/src/crypto/md4/md4.c
+++ b/src/crypto/md4/md4.c
@@ -83,7 +83,7 @@ void md4_block_data_order (MD4_CTX *md4, const void *p, size_t num);
#define HASH_FINAL MD4_Final
#define HASH_MAKE_STRING(c, s) \
do { \
- unsigned long ll; \
+ uint32_t ll; \
ll = (c)->A; \
(void) HOST_l2c(ll, (s)); \
ll = (c)->B; \