fix unused variable from merge

This commit is contained in:
Matt Johnston 2018-02-14 23:09:40 +08:00
parent 1700987bfc
commit 370d4c7cd5

View File

@ -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);