diff options
Diffstat (limited to 'ext/hash/php_hash_crc32.h')
-rw-r--r-- | ext/hash/php_hash_crc32.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/hash/php_hash_crc32.h b/ext/hash/php_hash_crc32.h index 0d3d13e0c8..377be020cb 100644 --- a/ext/hash/php_hash_crc32.h +++ b/ext/hash/php_hash_crc32.h @@ -24,7 +24,7 @@ #include "ext/standard/basic_functions.h" typedef struct { - php_hash_uint32 state; + uint32_t state; } PHP_CRC32_CTX; PHP_HASH_API void PHP_CRC32Init(PHP_CRC32_CTX *context); |