summaryrefslogtreecommitdiff
path: root/ext/hash/hash_tiger.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/hash/hash_tiger.c')
-rw-r--r--ext/hash/hash_tiger.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/hash/hash_tiger.c b/ext/hash/hash_tiger.c
index 565ac31dad..7d0ba79d67 100644
--- a/ext/hash/hash_tiger.c
+++ b/ext/hash/hash_tiger.c
@@ -302,6 +302,7 @@ PHP_HASH_API void PHP_TIGER192Final(unsigned char digest[24], PHP_TIGER_CTX *con
(php_hash_init_func_t) PHP_##p##TIGERInit, \
(php_hash_update_func_t) PHP_TIGERUpdate, \
(php_hash_final_func_t) PHP_TIGER##b##Final, \
+ (php_hash_copy_func_t) php_hash_copy, \
b/8, \
64, \
sizeof(PHP_TIGER_CTX) \