Cleanup excess line

This commit is contained in:
kaleb-himes
2024-06-21 15:55:08 -04:00
parent 871dc9c19b
commit 23f796c0b4

View File

@ -10913,7 +10913,6 @@ int wc_AesCcmDecrypt(Aes* aes, byte* out, const byte* in, word32 inSz,
if (authIn == NULL && authInSz > 0)
return BAD_FUNC_ARG;
/* sanity check on tag size */
if (wc_AesCcmCheckTagSize((int)authTagSz) != 0) {
return BAD_FUNC_ARG;