]> granicus.if.org Git - php/commit
Second round of fixing compiler warnings in ext/hash. Lots of the signatures that...
authorKalle Sommer Nielsen <kalle@php.net>
Wed, 3 Oct 2018 09:32:57 +0000 (11:32 +0200)
committerKalle Sommer Nielsen <kalle@php.net>
Wed, 3 Oct 2018 09:32:57 +0000 (11:32 +0200)
commit84b0d0fabaaf21ee056984a33b573121296af942
tree544b84cc972486b034c8d7b08be5a919c963604b
parentf7991ca656bd5a08d37095a7c18159865a885a64
Second round of fixing compiler warnings in ext/hash. Lots of the signatures that previously was unsigned int is now size_t, there was a fair bit of inconsistency there already and this commit should make it all sync nicely
17 files changed:
ext/hash/hash.c
ext/hash/hash_fnv.c
ext/hash/hash_joaat.c
ext/hash/hash_md.c
ext/hash/hash_ripemd.c
ext/hash/hash_sha.c
ext/hash/hash_sha3.c
ext/hash/hash_snefru.c
ext/hash/php_hash.h
ext/hash/php_hash_fnv.h
ext/hash/php_hash_gost.h
ext/hash/php_hash_joaat.h
ext/hash/php_hash_md.h
ext/hash/php_hash_ripemd.h
ext/hash/php_hash_sha.h
ext/hash/php_hash_sha3.h
ext/hash/php_hash_tiger.h