aboutsummaryrefslogtreecommitdiffstats
path: root/test/recipes/70-test_tlsextms.t
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2016-03-21 15:32:40 +0000
committerMatt Caswell <matt@openssl.org>2016-03-21 16:33:59 +0000
commitf9e550341281b0d344f7a5e7ac2ace79f88a3184 (patch)
tree92d80d122c6d3c1eee39ffdd08cfe1980a657095 /test/recipes/70-test_tlsextms.t
parent168c3b737e898ce97348dfe77ef176e39ae9da0d (diff)
downloadopenssl-f9e550341281b0d344f7a5e7ac2ace79f88a3184.tar.gz
Fix no-sock
Misc fixes for no-sock Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'test/recipes/70-test_tlsextms.t')
-rw-r--r--test/recipes/70-test_tlsextms.t3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/recipes/70-test_tlsextms.t b/test/recipes/70-test_tlsextms.t
index bc3b787800..5c41a908a2 100644
--- a/test/recipes/70-test_tlsextms.t
+++ b/test/recipes/70-test_tlsextms.t
@@ -67,6 +67,9 @@ plan skip_all => "TLSProxy isn't usable on $^O"
plan skip_all => "$test_name needs the dynamic engine feature enabled"
if disabled("engine") || disabled("dynamic-engine");
+plan skip_all => "$test_name needs the sock feature enabled"
+ if disabled("sock");
+
$ENV{OPENSSL_ia32cap} = '~0x200000200000000';
sub checkmessages($$$$$);