diff options
Diffstat (limited to 'ext/standard/sha1.c')
| -rw-r--r-- | ext/standard/sha1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/sha1.c b/ext/standard/sha1.c index 4e8c68f13b..2f596eed44 100644 --- a/ext/standard/sha1.c +++ b/ext/standard/sha1.c @@ -180,7 +180,7 @@ PHPAPI void PHP_SHA1Init(PHP_SHA1_CTX * context) context. */ PHPAPI void PHP_SHA1Update(PHP_SHA1_CTX * context, const unsigned char *input, - php_size_t inputLen) + size_t inputLen) { unsigned int i, index, partLen; |
