Skip to content

Commit

Permalink
again
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyMusatkin committed Oct 30, 2024
1 parent eef1651 commit b21798d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/rsa_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ static int s_rsa_verify_signing_pkcs1_sha1(struct aws_allocator *allocator, void
ASSERT_SUCCESS(aws_base64_encode(&hash_cur, &enc_buf));
struct aws_byte_cursor enc_cur = aws_byte_cursor_from_buf(&enc_buf);

AWS_LOGF_DEBUG(0, "foo " PRInSTR " bar " PRInSTR, AWS_BYTE_CURSOR_PRI(enc_cur));
AWS_LOGF_DEBUG(0, "foo " PRInSTR, AWS_BYTE_CURSOR_PRI(enc_cur));

ASSERT_SUCCESS(aws_rsa_key_pair_verify_signature(
key_pair_public, AWS_CAL_RSA_SIGNATURE_PKCS1_5_SHA1, hash_cur, signature_cur));
Expand Down

0 comments on commit b21798d

Please sign in to comment.