diff libtomcrypt/src/ciphers/aes/aes.c @ 1497:bf9c06b8dad9

fix unused variable from merge
author Matt Johnston <matt@ucc.asn.au>
date Wed, 14 Feb 2018 23:09:40 +0800
parents 6dba84798cd5
children 1ff2a1034c52
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);