Make 25-test_gen.t and 25-test_req.t into one
[openssl.git] / test / recipes / 70-test_sslcertstatus.t
index 747d7b2d7fd4f45b56139e4494d57d2ace188b0c..9eb5116e7cf1ecf6f9974a335a28ff6f0ba44f3d 100755 (executable)
@@ -26,6 +26,9 @@ plan skip_all => "$test_name needs the sock feature enabled"
 plan skip_all => "$test_name needs the ocsp feature enabled"
     if disabled("ocsp");
 
+plan skip_all => "$test_name needs TLS enabled"
+    if alldisabled(available_protocols("tls"));
+
 $ENV{OPENSSL_ia32cap} = '~0x200000200000000';
 my $proxy = TLSProxy::Proxy->new(
     \&certstatus_filter,