summaryrefslogtreecommitdiff
path: root/ext/standard/md5.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/md5.c')
-rw-r--r--ext/standard/md5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/md5.c b/ext/standard/md5.c
index d6ec2ffa66..5bf29be286 100644
--- a/ext/standard/md5.c
+++ b/ext/standard/md5.c
@@ -78,7 +78,7 @@ PHP_NAMED_FUNCTION(php_if_md5_file)
unsigned char buf[1024];
unsigned char digest[16];
PHP_MD5_CTX context;
- size_t n;
+ ssize_t n;
php_stream *stream;
ZEND_PARSE_PARAMETERS_START(1, 2)