Skip to content

Commit 23f796c

Browse files
committed
Cleanup excess line
1 parent 871dc9c commit 23f796c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

wolfcrypt/src/aes.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10913,7 +10913,6 @@ int wc_AesCcmDecrypt(Aes* aes, byte* out, const byte* in, word32 inSz,
1091310913
if (authIn == NULL && authInSz > 0)
1091410914
return BAD_FUNC_ARG;
1091510915

10916-
1091710916
/* sanity check on tag size */
1091810917
if (wc_AesCcmCheckTagSize((int)authTagSz) != 0) {
1091910918
return BAD_FUNC_ARG;

0 commit comments

Comments
 (0)