summaryrefslogtreecommitdiffstats
path: root/src/crypto/md5/md5.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto/md5/md5.c')
-rw-r--r--src/crypto/md5/md5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crypto/md5/md5.c b/src/crypto/md5/md5.c
index e20b86b..5575efb 100644
--- a/src/crypto/md5/md5.c
+++ b/src/crypto/md5/md5.c
@@ -104,7 +104,7 @@ void md5_block_data_order(MD5_CTX *md5, const void *p, size_t num);
#define HASH_FINAL MD5_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; \