aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/slow-hash.c
diff options
context:
space:
mode:
authormikezackles <mikezackles@gmail.com>2014-07-17 19:23:49 -0400
committermikezackles <mikezackles@gmail.com>2014-07-17 19:23:49 -0400
commit905b67bc790a09940bc22a4f199516b2b0157cdd (patch)
treed616ea77f177a5e412022b74122acf62320e5a03 /src/crypto/slow-hash.c
parentMerge pull request #56 from tewinget/master (diff)
parentFix thread count argument handling in simplewallet (diff)
downloadmonero-905b67bc790a09940bc22a4f199516b2b0157cdd.tar.xz
Merge pull request #63 from mikezackles/bytecoin_for_merge
Misc fixes from bytecoin
Diffstat (limited to 'src/crypto/slow-hash.c')
-rw-r--r--src/crypto/slow-hash.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/crypto/slow-hash.c b/src/crypto/slow-hash.c
index b4a1c8085..ba95cf679 100644
--- a/src/crypto/slow-hash.c
+++ b/src/crypto/slow-hash.c
@@ -350,7 +350,6 @@ void cn_slow_hash(const void *data, size_t length, char *hash)
RDATA_ALIGN16 uint64_t a[2];
RDATA_ALIGN16 uint64_t b[2];
RDATA_ALIGN16 uint64_t c[2];
- RDATA_ALIGN16 uint8_t aes_key[AES_KEY_SIZE];
union cn_slow_hash_state state;
__m128i _a, _b, _c;
uint64_t hi, lo;