]> granicus.if.org Git - php/commitdiff
revert yet unready stuff
authorAnatol Belski <ab@php.net>
Mon, 23 Mar 2015 14:08:35 +0000 (15:08 +0100)
committerAnatol Belski <ab@php.net>
Mon, 23 Mar 2015 14:09:10 +0000 (15:09 +0100)
ext/hash/php_hash.h

index ac384bfe72f8008aad989678e1c040c398328d21..0c3a8153cb7f18ebd3bc10070e4aada0a8c7eabe 100644 (file)
@@ -36,7 +36,7 @@
 #define php_hash_uint64 uint64_t
 
 typedef void (*php_hash_init_func_t)(void *context);
-typedef void (*php_hash_update_func_t)(void *context, const unsigned char *buf, size_t count);
+typedef void (*php_hash_update_func_t)(void *context, const unsigned char *buf, unsigned int count);
 typedef void (*php_hash_final_func_t)(unsigned char *digest, void *context);
 typedef int  (*php_hash_copy_func_t)(const void *ops, void *orig_context, void *dest_context);