mirror of https://github.com/wolfSSL/wolfssl.git
fix unused function warning with CAAM and AES
parent
7a2aa6bc13
commit
312d1a2aaf
|
@ -793,11 +793,6 @@
|
||||||
wc_AesEncryptDirect(aes, outBlock, inBlock);
|
wc_AesEncryptDirect(aes, outBlock, inBlock);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
static int wc_AesDecrypt(Aes* aes, const byte* inBlock, byte* outBlock)
|
|
||||||
{
|
|
||||||
wc_AesDecryptDirect(aes, outBlock, inBlock);
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
#else
|
#else
|
||||||
|
|
||||||
/* using wolfCrypt software AES implementation */
|
/* using wolfCrypt software AES implementation */
|
||||||
|
|
Loading…
Reference in New Issue