]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Remove unneeded stuff
authorFrederik Wedel-Heinen <frederik.wedel-heinen@dencrypt.dk>
Wed, 31 Jan 2024 08:35:58 +0000 (09:35 +0100)
committerMatt Caswell <matt@openssl.org>
Fri, 9 Feb 2024 08:16:56 +0000 (08:16 +0000)
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/23319)

test/recipes/70-test_sslrecords.t

index 89d584683d6455df098570bc773bccc844157080..2ea6421bf3c10a75781ace58704dd667d49e2694 100644 (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;