summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
Diffstat (limited to 'ext')
-rw-r--r--ext/hash/hash_md.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/hash/hash_md.c b/ext/hash/hash_md.c
index 01f805c230..2d0778ff4e 100644
--- a/ext/hash/hash_md.c
+++ b/ext/hash/hash_md.c
@@ -135,7 +135,7 @@ PHP_NAMED_FUNCTION(php_if_md5)
PHP_NAMED_FUNCTION(php_if_md5_file)
{
char *arg;
- int arg_len;
+ size_t arg_len;
zend_bool raw_output = 0;
char md5str[33];
unsigned char buf[1024];