changeset 1497:bf9c06b8dad9

fix unused variable from merge
author Matt Johnston <matt@ucc.asn.au>
date Wed, 14 Feb 2018 23:09:40 +0800
parents da3bed08607b
children ee7153a05ffc 2d450c1056e3
files libtomcrypt/src/ciphers/aes/aes.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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);