summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--libtomcrypt/src/ciphers/aes/aes.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libtomcrypt/src/ciphers/aes/aes.c b/libtomcrypt/src/ciphers/aes/aes.c
index 4d74a9d..47e8eeb 100644
--- a/libtomcrypt/src/ciphers/aes/aes.c
+++ b/libtomcrypt/src/ciphers/aes/aes.c
@@ -124,7 +124,6 @@ int SETUP(const unsigned char *key, int keylen, int num_rounds, symmetric_key *s
int i;
ulong32 temp, *rk;
#ifndef ENCRYPT_ONLY
- int j;
ulong32 *rrk;
#endif
LTC_ARGCHK(key != NULL);