mirror of
https://github.com/clearml/dropbear
synced 2025-02-07 13:21:15 +00:00
fix unused variable from merge
This commit is contained in:
parent
1700987bfc
commit
370d4c7cd5
@ -124,7 +124,6 @@ int SETUP(const unsigned char *key, int keylen, int num_rounds, symmetric_key *s
|
|||||||
int i;
|
int i;
|
||||||
ulong32 temp, *rk;
|
ulong32 temp, *rk;
|
||||||
#ifndef ENCRYPT_ONLY
|
#ifndef ENCRYPT_ONLY
|
||||||
int j;
|
|
||||||
ulong32 *rrk;
|
ulong32 *rrk;
|
||||||
#endif
|
#endif
|
||||||
LTC_ARGCHK(key != NULL);
|
LTC_ARGCHK(key != NULL);
|
||||||
|
Loading…
Reference in New Issue
Block a user