summaryrefslogtreecommitdiff
path: root/square.cpp
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2016-09-06 04:04:03 -0400
committerJeffrey Walton <noloader@gmail.com>2016-09-06 04:04:03 -0400
commita62aee441fabfda28d581cee45d8ad0e6e812342 (patch)
treef2d2328ca6531f848ebbda56a44636b302c0b0e4 /square.cpp
parent45323bddd83982a183714d91167194f73bab1440 (diff)
downloadcryptopp-git-a62aee441fabfda28d581cee45d8ad0e6e812342.tar.gz
Backed out use of "static const" to declare constant; switch to "enum" (Issue 255)
Diffstat (limited to 'square.cpp')
-rw-r--r--square.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/square.cpp b/square.cpp
index b868200a..b0912900 100644
--- a/square.cpp
+++ b/square.cpp
@@ -18,9 +18,6 @@
NAMESPACE_BEGIN(CryptoPP)
-// Hack for OS X 10.5 ld, http://github.com/weidai11/cryptopp/issues/255
-static const size_t s_unused = Square::KEYLENGTH;
-
// apply theta to a roundkey
static void SquareTransform (word32 in[4], word32 out[4])
{