summaryrefslogtreecommitdiff
path: root/sha.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sha.cpp')
-rw-r--r--sha.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sha.cpp b/sha.cpp
index 951d7705..d56ef60d 100644
--- a/sha.cpp
+++ b/sha.cpp
@@ -1186,7 +1186,7 @@ void SHA512_HashBlock_CXX(word64 *state, const word64 *data)
CRYPTOPP_ASSERT(state);
CRYPTOPP_ASSERT(data);
- word64 W[16]={0}, D[16], T[8];
+ word64 W[16]={0}, T[8];
/* Copy context->state[] to working vars */
std::memcpy(T, state, sizeof(T));