forked from wolfSSL/wolfssl
Merge pull request #1389 from JacobBarthelmeh/CAAM
fix unused function warning with CAAM and AES
This commit is contained in:
@@ -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 */
|
||||||
|
Reference in New Issue
Block a user