diff options
author | lloyd <[email protected]> | 2008-09-30 16:43:57 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-09-30 16:43:57 +0000 |
commit | eaa047cda3726b1207061ccc4ed707dddb01e3cc (patch) | |
tree | fff99535000fbbbacd70b357075992fe26cbf905 /src/hash/sha1_sse2/sha1_sse2.h | |
parent | 35761fb60dba26fb43926cd3f848c74ebb704f86 (diff) |
Fix prototype confusion (harmless but incorrect)
Diffstat (limited to 'src/hash/sha1_sse2/sha1_sse2.h')
-rw-r--r-- | src/hash/sha1_sse2/sha1_sse2.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/hash/sha1_sse2/sha1_sse2.h b/src/hash/sha1_sse2/sha1_sse2.h index ecb8fc95d..73b6920b5 100644 --- a/src/hash/sha1_sse2/sha1_sse2.h +++ b/src/hash/sha1_sse2/sha1_sse2.h @@ -22,6 +22,8 @@ class SHA_160_SSE2 : public SHA_160 void hash(const byte[]); }; +extern "C" void botan_sha1_sse2_compress(u32bit[5], const u32bit*); + } #endif |