Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyMusatkin committed Jun 20, 2024
1 parent 7fbf3ab commit a6ad7ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/windows/bcrypt_aes.c
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ static int s_aes_cbc_decrypt(
if (final_cur.len > 0) {
ret_val = s_default_aes_decrypt(cipher, &final_cur, out);
}

aws_byte_buf_clean_up_secure(&final_to_decrypt);

return ret_val;
Expand Down

0 comments on commit a6ad7ef

Please sign in to comment.