forked from wolfSSL/wolfssl
Cleanup excess line
This commit is contained in:
@ -10913,7 +10913,6 @@ int wc_AesCcmDecrypt(Aes* aes, byte* out, const byte* in, word32 inSz,
|
|||||||
if (authIn == NULL && authInSz > 0)
|
if (authIn == NULL && authInSz > 0)
|
||||||
return BAD_FUNC_ARG;
|
return BAD_FUNC_ARG;
|
||||||
|
|
||||||
|
|
||||||
/* sanity check on tag size */
|
/* sanity check on tag size */
|
||||||
if (wc_AesCcmCheckTagSize((int)authTagSz) != 0) {
|
if (wc_AesCcmCheckTagSize((int)authTagSz) != 0) {
|
||||||
return BAD_FUNC_ARG;
|
return BAD_FUNC_ARG;
|
||||||
|
Reference in New Issue
Block a user