Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
TingDaoK committed Jul 18, 2024
1 parent e1ebefb commit fa209e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tls_handler_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -1035,7 +1035,7 @@ static int s_verify_negotiation_fails_with_ca_override(

ASSERT_SUCCESS(aws_tls_ctx_options_override_default_trust_store_from_path(&client_ctx_options, NULL, root_ca_path));

int ret = s_verify_negotiation_fails_helper(allocator, host_name, port, &client_ctx_options);
int ret = s_verify_negotiation_fails_helper(allocator, host_name, 443, &client_ctx_options);
if(ret == AWS_OP_SUCCESS) {
aws_tls_ctx_options_clean_up(&client_ctx_options);
ASSERT_SUCCESS(s_tls_common_tester_clean_up(&c_tester));
Expand Down

0 comments on commit fa209e7

Please sign in to comment.