From 61ed0d4d90164675396feb7c7cecdd3bc5012f91 Mon Sep 17 00:00:00 2001 From: lloyd Date: Wed, 13 Oct 2010 02:59:43 +0000 Subject: Remove most uses of HASH_BLOCK_SIZE --- src/hash/tiger/tiger.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/hash/tiger') diff --git a/src/hash/tiger/tiger.cpp b/src/hash/tiger/tiger.cpp index 67baf8d19..7f95267aa 100644 --- a/src/hash/tiger/tiger.cpp +++ b/src/hash/tiger/tiger.cpp @@ -66,7 +66,7 @@ void Tiger::compress_n(const byte input[], size_t blocks) B = digest[1] = B - digest[1]; C = (digest[2] += C); - input += HASH_BLOCK_SIZE; + input += hash_block_size(); } } -- cgit v1.2.3