forked from wolfSSL/wolfssl
Fixes unused argument build error seen on CrossWorks (Issue #255).
This commit is contained in:
@@ -1512,6 +1512,8 @@ static void wc_AesDecrypt(Aes* aes, const byte* inBlock, byte* outBlock)
|
||||
int ret;
|
||||
byte *rk = (byte*)aes->key;
|
||||
|
||||
(void)dir;
|
||||
|
||||
if (!((keylen == 16) || (keylen == 24) || (keylen == 32)))
|
||||
return BAD_FUNC_ARG;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user