diff options
author | Daniel Stenberg <daniel@haxx.se> | 2022-01-09 22:28:48 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2022-01-10 11:27:59 +0100 |
commit | 223f26c28a340b36d6bee5a0f32fedd00ef695a9 (patch) | |
tree | 30296205a6602c42ff2f4c11c51e542ae3d1f8d0 /tests | |
parent | 7edb0fcf3f92f4b58620142f41a830f1d465c833 (diff) | |
download | curl-223f26c28a340b36d6bee5a0f32fedd00ef695a9.tar.gz |
mesalink: remove support
Mesalink has ceased development. We can no longer encourage use of it.
It seems to be continued under the name TabbySSL, but no attempts have
(yet) been to make curl support it.
Fixes #8188
Closes #8191
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/runtests.pl | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/runtests.pl b/tests/runtests.pl index 44d58d5f6..232a8824b 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -287,7 +287,6 @@ my $has_sectransp; # built with Secure Transport my $has_boringssl; # built with BoringSSL my $has_libressl; # built with libressl my $has_mbedtls; # built with mbedTLS -my $has_mesalink; # built with MesaLink my $has_sslpinning; # built with a TLS backend that supports pinning @@ -3033,9 +3032,6 @@ sub checksystem { $has_cares=1; $resolver="c-ares"; } - if ($libcurl =~ /mesalink/i) { - $has_mesalink=1; - } if ($libcurl =~ /Hyper/i) { $has_hyper=1; } |