From 370d4c7cd52c8a8c40f82a01ae0c8a483856935a Mon Sep 17 00:00:00 2001 From: Matt Johnston Date: Wed, 14 Feb 2018 23:09:40 +0800 Subject: fix unused variable from merge --- libtomcrypt/src/ciphers/aes/aes.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libtomcrypt/src/ciphers/aes/aes.c') 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); -- cgit v1.2.3