# HG changeset patch # User Matt Johnston # Date 1518620980 -28800 # Node ID bf9c06b8dad9e11c38c5167fa2521796f0eee4fc # Parent da3bed08607b4f11c42825d93cc96eb3484997b5 fix unused variable from merge diff -r da3bed08607b -r bf9c06b8dad9 libtomcrypt/src/ciphers/aes/aes.c --- a/libtomcrypt/src/ciphers/aes/aes.c Wed Feb 14 23:09:28 2018 +0800 +++ b/libtomcrypt/src/ciphers/aes/aes.c Wed Feb 14 23:09:40 2018 +0800 @@ -124,7 +124,6 @@ int i; ulong32 temp, *rk; #ifndef ENCRYPT_ONLY - int j; ulong32 *rrk; #endif LTC_ARGCHK(key != NULL);