diff options
Diffstat (limited to 'ext/hash/php_hash_gost.h')
| -rw-r--r-- | ext/hash/php_hash_gost.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/hash/php_hash_gost.h b/ext/hash/php_hash_gost.h index 6a4af310dc..a9c137530c 100644 --- a/ext/hash/php_hash_gost.h +++ b/ext/hash/php_hash_gost.h @@ -29,6 +29,7 @@ typedef struct { php_hash_uint32 count[2]; unsigned char length; unsigned char buffer[32]; + const php_hash_uint32 (*tables)[4][256]; } PHP_GOST_CTX; PHP_HASH_API void PHP_GOSTInit(PHP_GOST_CTX *); |
