Exdata test was never enabled.
[openssl.git] / test / recipes / 80-test_sslcorrupt.t
index ca5356d04b15cdaa224dbf22cbe4e13d15391103..53f8a822e28e0c968d9c59798d3959525480c9a9 100644 (file)
@@ -6,10 +6,14 @@
 # in the file LICENSE in the source distribution or at
 # https://www.openssl.org/source/license.html
 
+use OpenSSL::Test::Utils;
 use OpenSSL::Test qw/:DEFAULT srctop_file/;
 
 setup("test_sslcorrupt");
 
+plan skip_all => "No TLS protocols are supported by this OpenSSL build"
+    if alldisabled(available_protocols("tls"));
+
 plan tests => 1;
 
 ok(run(test(["sslcorrupttest", srctop_file("apps", "server.pem"),