Skip to content

Commit

Permalink
remove another stray precondition
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyMusatkin committed Jun 20, 2024
1 parent 797517c commit 65e29a5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/windows/bcrypt_aes.c
Original file line number Diff line number Diff line change
Expand Up @@ -667,7 +667,6 @@ static int s_aes_gcm_decrypt(

static int s_aes_gcm_finalize_encryption(struct aws_symmetric_cipher *cipher, struct aws_byte_buf *out) {
struct aes_bcrypt_cipher *cipher_impl = cipher->impl;
AWS_PRECONDITION(cipher_impl->auth_info_ptr->pbTag);

s_gcm_ensure_tag_setup_for_encrypt(cipher);

Expand Down

0 comments on commit 65e29a5

Please sign in to comment.