diff options
Diffstat (limited to 'ext/hash/php_hash_whirlpool.h')
-rw-r--r-- | ext/hash/php_hash_whirlpool.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/hash/php_hash_whirlpool.h b/ext/hash/php_hash_whirlpool.h index eb9205489d..dec337a390 100644 --- a/ext/hash/php_hash_whirlpool.h +++ b/ext/hash/php_hash_whirlpool.h @@ -23,7 +23,7 @@ /* WHIRLPOOL context */ typedef struct { - php_hash_uint64 state[8]; + uint64_t state[8]; unsigned char bitlength[32]; struct { int pos; |