summaryrefslogtreecommitdiff
path: root/tigertab.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tigertab.cpp')
-rw-r--r--tigertab.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/tigertab.cpp b/tigertab.cpp
index 0197c21..5c1595b 100644
--- a/tigertab.cpp
+++ b/tigertab.cpp
@@ -1,8 +1,6 @@
#include "pch.h"
#include "tiger.h"
-#ifdef WORD64_AVAILABLE
-
NAMESPACE_BEGIN(CryptoPP)
const word64 Tiger::table[4*256+3] =
@@ -525,5 +523,3 @@ const word64 Tiger::table[4*256+3] =
};
NAMESPACE_END
-
-#endif