diff options
author | lloyd <[email protected]> | 2009-11-29 13:14:33 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2009-11-29 13:14:33 +0000 |
commit | 70ba49797c45db0c28a803341570f7d832c16e7d (patch) | |
tree | 246070d469b4df6528e85e61b05a9b892ba08736 /src/hash | |
parent | 68500fd6d481ebbb2474ca20d233cae80ec1a8eb (diff) | |
parent | 4a94c35f8c9b73666a53a14a9b0a2ee50a742e89 (diff) |
propagate from branch 'net.randombit.botan' (head ac4d8fecb28374d06094da3457aa1e23f77dfa52)
to branch 'net.randombit.botan.c++0x' (head 00f0eecf3374a14b6ab907bd235488f902608de4)
Diffstat (limited to 'src/hash')
-rw-r--r-- | src/hash/sha1_sse2/sha1_sse2.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/hash/sha1_sse2/sha1_sse2.h b/src/hash/sha1_sse2/sha1_sse2.h index 0f8eebee9..1c4b4cca7 100644 --- a/src/hash/sha1_sse2/sha1_sse2.h +++ b/src/hash/sha1_sse2/sha1_sse2.h @@ -24,8 +24,6 @@ class BOTAN_DLL SHA_160_SSE2 : public SHA_160 void compress_n(const byte[], u32bit blocks); }; -extern "C" void botan_sha1_sse2_compress(u32bit[5], const u32bit*); - } #endif |