Fix no-sock
[openssl.git] / test / recipes / 70-test_sslskewith0p.t
index b0cc9ffb59f84ba2cf8783e57e9fc0b2c86c8719..0bed4bffbbad264a7e1174edaca57cde256be353 100755 (executable)
@@ -69,6 +69,9 @@ plan skip_all => "$test_name needs the dynamic engine feature enabled"
 plan skip_all => "dh is not supported by this OpenSSL build"
     if disabled("dh");
 
+plan skip_all => "$test_name needs the sock feature enabled"
+    if disabled("sock");
+
 $ENV{OPENSSL_ia32cap} = '~0x200000200000000';
 my $proxy = TLSProxy::Proxy->new(
     \&ske_0_p_filter,