mirror of
https://github.com/openssl/openssl.git
synced 2025-02-23 14:42:15 +08:00
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:
parent
fa9e6f178d
commit
9c7ad69891
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user