summaryrefslogtreecommitdiff
path: root/rijndael.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'rijndael.cpp')
-rw-r--r--rijndael.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/rijndael.cpp b/rijndael.cpp
index 5749c59..fb79e25 100644
--- a/rijndael.cpp
+++ b/rijndael.cpp
@@ -63,7 +63,6 @@ void Rijndael::Base::UncheckedSetKey(const byte *userKey, unsigned int keylen, c
word32 temp, *rk = m_key;
const word32 *rc = rcon;
- unsigned int i=0;
GetUserKey(BIG_ENDIAN_ORDER, rk, keylen/4, userKey, keylen);