Skip to content

Commit

Permalink
slightly more
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyMusatkin committed Jun 14, 2024
1 parent d1ea1b6 commit b24aaf3
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 @@ -598,7 +598,7 @@ static int s_aes_gcm_encrypt(
struct aws_byte_cursor new_overflow_cur = working_buf_cur;
aws_byte_buf_append_dynamic(&cipher_impl->overflow, &new_overflow_cur);

AWS_LOGF_DEBUG(0, "gcm aes default encrypt with size %zu ", working_slice.len);
AWS_LOGF_DEBUG(0, "gcm aes default encrypt with size %zu offset %zu seek_to %zu", working_slice.len, offset, seek_to);

ret_val = s_aes_default_encrypt(cipher, &working_slice, out);
} else {
Expand Down

0 comments on commit b24aaf3

Please sign in to comment.