aboutsummaryrefslogtreecommitdiffstats
path: root/modules/alg_ia32/sha160.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/alg_ia32/sha160.cpp')
-rw-r--r--modules/alg_ia32/sha160.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/alg_ia32/sha160.cpp b/modules/alg_ia32/sha160.cpp
index c7d0fc72d..2ab589adb 100644
--- a/modules/alg_ia32/sha160.cpp
+++ b/modules/alg_ia32/sha160.cpp
@@ -8,7 +8,7 @@
namespace Botan {
-extern "C" void sha160_core(u32bit[5], const byte[64], u32bit[84]);
+extern "C" void sha160_core(u32bit[5], const byte[64], u32bit[81]);
/*************************************************
* SHA-160 Compression Function *
@@ -44,7 +44,7 @@ void SHA_160::clear() throw()
/*************************************************
* SHA_160 Constructor *
*************************************************/
-SHA_160::SHA_160() : MDx_HashFunction(20, 64, true, true), W(84)
+SHA_160::SHA_160() : MDx_HashFunction(20, 64, true, true), W(81)
{
clear();
}