aboutsummaryrefslogtreecommitdiffstats
path: root/src/hash/tiger/tiger.h
diff options
context:
space:
mode:
authorlloyd <[email protected]>2010-01-04 21:14:47 +0000
committerlloyd <[email protected]>2010-01-04 21:14:47 +0000
commit9de3098b70e5b7d9fe30cb04056bb0067f87e31a (patch)
tree26af8fa5d4f110c5659dd633c9fedbedf59a2f6c /src/hash/tiger/tiger.h
parentbf8854f8482c7fcbe20df4d96d4e6d04cf01540c (diff)
Move Tiger::mix to anon namespace
Diffstat (limited to 'src/hash/tiger/tiger.h')
-rw-r--r--src/hash/tiger/tiger.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/hash/tiger/tiger.h b/src/hash/tiger/tiger.h
index 86ddcd270..20dcf99ff 100644
--- a/src/hash/tiger/tiger.h
+++ b/src/hash/tiger/tiger.h
@@ -27,7 +27,6 @@ class BOTAN_DLL Tiger : public MDx_HashFunction
void copy_out(byte[]);
static void pass(u64bit&, u64bit&, u64bit&, u64bit[8], byte);
- static void mix(u64bit[8]);
static const u64bit SBOX1[256];
static const u64bit SBOX2[256];