aboutsummaryrefslogtreecommitdiffstats
path: root/src/hash
diff options
context:
space:
mode:
authorlloyd <[email protected]>2009-11-23 15:38:52 +0000
committerlloyd <[email protected]>2009-11-23 15:38:52 +0000
commit70b855c84855aa33ab8411d24b9dd0b78ecbffcb (patch)
tree2b3e6a40ec92ee43556bbb5d29869f953a3c6f72 /src/hash
parenta6959f2f276c4e6c679a0db810588b054caa15c2 (diff)
Remove extern decl of no longer used/included SHA-1 SSE2 function
Diffstat (limited to 'src/hash')
-rw-r--r--src/hash/sha1_sse2/sha1_sse2.h2
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