int -> size_t

This commit is contained in:
Rasmus Lerdorf 2015-01-20 22:51:09 -08:00
parent ec1278ccb2
commit bcaa06de3a

View File

@ -119,7 +119,7 @@ PHP_FUNCTION(sha1)
PHP_FUNCTION(sha1_file)
{
char *arg;
int arg_len;
size_t arg_len;
zend_bool raw_output = 0;
char sha1str[41];
unsigned char buf[1024];