Run the TLSProxy based tests as long as dynamic engines are built.
[openssl.git] / test / recipes / 70-test_sslvertol.t
index e014d3f02d8cbb03306a68c004a1f309f233e10b..f89bc87c266fafcbf347e76b5614ef87fac03f6d 100755 (executable)
@@ -63,11 +63,8 @@ setup($test_name);
 plan skip_all => "TLSProxy isn't usable on $^O"
     if $^O =~ /^VMS$/;
 
-plan skip_all => "$test_name needs the engine feature enabled"
-    if disabled("engine");
-
-plan skip_all => "$test_name can only be performed with OpenSSL configured shared"
-    if disabled("shared");
+plan skip_all => "$test_name needs the dynamic engine feature enabled"
+    if disabled("engine") || disabled("dynamic_engines");
 
 $ENV{OPENSSL_ENGINES} = bldtop_dir("engines");
 $ENV{OPENSSL_ia32cap} = '~0x200000200000000';