diff options
Diffstat (limited to 'ext/hash/php_hash_snefru_tables.h')
| -rw-r--r-- | ext/hash/php_hash_snefru_tables.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/hash/php_hash_snefru_tables.h b/ext/hash/php_hash_snefru_tables.h index 199f9f523d..ffd1d29eb5 100644 --- a/ext/hash/php_hash_snefru_tables.h +++ b/ext/hash/php_hash_snefru_tables.h @@ -18,7 +18,7 @@ /* $Id$ */ -static const php_hash_uint32 tables[16][256]= { +static const uint32_t tables[16][256]= { { /* Start of S Box 0 */ |
