aboutsummaryrefslogtreecommitdiffstats
path: root/src/hash/sha1_sse2/sha1_sse2.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/hash/sha1_sse2/sha1_sse2.h')
-rw-r--r--src/hash/sha1_sse2/sha1_sse2.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/hash/sha1_sse2/sha1_sse2.h b/src/hash/sha1_sse2/sha1_sse2.h
index 089560535..57348e461 100644
--- a/src/hash/sha1_sse2/sha1_sse2.h
+++ b/src/hash/sha1_sse2/sha1_sse2.h
@@ -22,8 +22,7 @@ class BOTAN_DLL SHA_160_SSE2 : public SHA_160
void compress_n(const byte[], u32bit blocks);
};
-extern "C"
-void botan_sha1_sse2_compress(u32bit H[5], const u32bit inputu[], u32bit num_steps);
+extern "C" void botan_sha1_sse2_compress(u32bit[5], const u32bit*);
}