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/sha1/sha160.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/hash/sha1') diff --git a/src/hash/sha1/sha160.cpp b/src/hash/sha1/sha160.cpp index 4778e5765..aa6a066e8 100644 --- a/src/hash/sha1/sha160.cpp +++ b/src/hash/sha1/sha160.cpp @@ -125,7 +125,7 @@ void SHA_160::compress_n(const byte input[], size_t blocks) D = (digest[3] += D); E = (digest[4] += E); - input += HASH_BLOCK_SIZE; + input += hash_block_size(); } } -- cgit v1.2.3