Remove unneeded stuff

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/23319)
This commit is contained in:
Frederik Wedel-Heinen 2024-01-31 09:35:58 +01:00 committed by Matt Caswell
parent fa9e6f178d
commit 9c7ad69891

View File

@ -26,10 +26,6 @@ plan skip_all => "$test_name needs the dynamic engine feature enabled"
plan skip_all => "$test_name needs the sock feature enabled"
if disabled("sock");
plan skip_all => "$test_name needs TLS1.2 or TLS1.3 for running dummyproxy check"
if disabled("tls1_3") && disabled("tls1_2");
my $testplanisset = 0;
my $inject_recs_num = undef;
my $content_type = undef;
my $boundary_test_type = undef;