]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - test/recipes/70-test_sslrecords.t
Raise an error on syscall failure in tls_retry_write_records
[thirdparty/openssl.git] / test / recipes / 70-test_sslrecords.t
index 89d584683d6455df098570bc773bccc844157080..691db13b8a8e51208871c17dfab7f763e41ad1e2 100644 (file)
@@ -1,5 +1,5 @@
 #! /usr/bin/env perl
-# Copyright 2016-2022 The OpenSSL Project Authors. All Rights Reserved.
+# Copyright 2016-2024 The OpenSSL Project Authors. All Rights Reserved.
 #
 # Licensed under the Apache License 2.0 (the "License").  You may not use
 # this file except in compliance with the License.  You can obtain a copy
@@ -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;