Skip to content

Commit

Permalink
unused warning fix
Browse files Browse the repository at this point in the history
  • Loading branch information
waahm7 committed Apr 1, 2024
1 parent 7356c08 commit 470769f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/tls_handler_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -1309,6 +1309,7 @@ AWS_STATIC_STRING_FROM_LITERAL(s_uncommon_rsa8192_host_name, "rsa8192.badssl.com

static int s_tls_client_channel_negotiation_success_rsa8192_fn(struct aws_allocator *allocator, void *ctx) {
(void)ctx;
(void)s_uncommon_rsa8192_host_name;
// The certificate for rsa8192.badssl.com is expired. Disable this test until they renew the test or we find a
// better alternative.
// s_verify_good_host(allocator, s_uncommon_rsa8192_host_name, 443, NULL)
Expand Down

0 comments on commit 470769f

Please sign in to comment.