summaryrefslogtreecommitdiff
path: root/tiger.cpp
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2016-12-03 05:05:56 -0500
committerJeffrey Walton <noloader@gmail.com>2016-12-03 05:05:56 -0500
commitba75834ae9b3846a19291c8c281626dd0a891779 (patch)
tree85c0492501a0f44c640120e9cacc740354824a47 /tiger.cpp
parentbded4d385fcb74c517e35bf252ac8c6d60a0599f (diff)
downloadcryptopp-git-ba75834ae9b3846a19291c8c281626dd0a891779.tar.gz
Removed VC++ 5.0 and 6.0 workarounds (Issue 342)
Diffstat (limited to 'tiger.cpp')
-rw-r--r--tiger.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/tiger.cpp b/tiger.cpp
index d7261f92..5f1e2ca0 100644
--- a/tiger.cpp
+++ b/tiger.cpp
@@ -50,12 +50,7 @@ void Tiger::Transform (word64 *digest, const word64 *X)
INTEL_NOPREFIX
AS_PUSH_IF86(bx)
#else
- #if _MSC_VER < 1300
- const word64 *t = table;
- AS2( mov edx, t)
- #else
AS2( lea edx, [table])
- #endif
AS2( mov eax, digest)
AS2( mov esi, X)
#endif