From: Frederik Wedel-Heinen Date: Wed, 31 Jan 2024 08:35:58 +0000 (+0100) Subject: Remove unneeded stuff X-Git-Tag: openssl-3.3.0-alpha1~128 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c7ad6989125e325f5496b37f236cf573372c6c7;p=thirdparty%2Fopenssl.git Remove unneeded stuff Reviewed-by: Tomas Mraz Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/23319) --- diff --git a/test/recipes/70-test_sslrecords.t b/test/recipes/70-test_sslrecords.t index 89d584683d6..2ea6421bf3c 100644 --- a/test/recipes/70-test_sslrecords.t +++ b/test/recipes/70-test_sslrecords.t @@ -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;