Skip to content

Commit

Permalink
ugh
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyMusatkin committed Jun 20, 2024
1 parent bc00b07 commit 973d9ad
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 @@ -307,7 +307,7 @@ static int s_aes_default_encrypt(
struct aws_byte_buf *out) {
struct aes_bcrypt_cipher *cipher_impl = cipher->impl;

AWS_LOGF_DEBUG(0, "foo %zu", to_encrypt.len);
AWS_LOGF_DEBUG(0, "foo %zu", to_encrypt->len);
//if (to_encrypt->len == 0 && cipher_impl->auth_info_ptr == NULL) {
// return AWS_OP_SUCCESS;
//}
Expand Down

0 comments on commit 973d9ad

Please sign in to comment.