Use $disabled{"dynamic-engine"} internally
[oweals/openssl.git] / test / recipes / 70-test_tlsextms.t
index 27b5347feb8dab245cdcefb27b149d5cc6d0a81b..763b0af61d991e62e9089b59a929445c563b4aeb 100644 (file)
@@ -65,7 +65,7 @@ plan skip_all => "TLSProxy isn't usable on $^O"
     if $^O =~ /^VMS$/;
 
 plan skip_all => "$test_name needs the dynamic engine feature enabled"
-    if disabled("engine") || disabled("dynamic_engines");
+    if disabled("engine") || disabled("dynamic-engine");
 
 $ENV{OPENSSL_ENGINES} = bldtop_dir("engines");
 $ENV{OPENSSL_ia32cap} = '~0x200000200000000';