diff options
Diffstat (limited to 'ext/hash/php_hash_sha3.h')
-rw-r--r-- | ext/hash/php_hash_sha3.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ext/hash/php_hash_sha3.h b/ext/hash/php_hash_sha3.h index 8b70ef4a7e..b47d1b102f 100644 --- a/ext/hash/php_hash_sha3.h +++ b/ext/hash/php_hash_sha3.h @@ -22,8 +22,7 @@ #include "php.h" typedef struct { - unsigned char state[200]; // 5 * 5 * sizeof(uint64) - uint32_t pos; + void *hashinstance; } PHP_SHA3_CTX; typedef PHP_SHA3_CTX PHP_SHA3_224_CTX; |