Testing symbol presence: also take note of small objects
[oweals/openssl.git] / test / recipes / 70-test_sslvertol.t
index 34c35419aeb95b57b16473bf10746e775db0a5e2..af82a8c1210a3b4d3502b51f64b1e6275a419bb6 100755 (executable)
@@ -23,6 +23,9 @@ 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 TLS enabled"
+    if alldisabled(available_protocols("tls"));
+
 $ENV{OPENSSL_ia32cap} = '~0x200000200000000';
 my $proxy = TLSProxy::Proxy->new(
     \&vers_tolerance_filter,