Use $disabled{"dynamic-engine"} internally
[openssl.git] / test / recipes / 70-test_sslcertstatus.t
index 9987e79b2094133577d719345e787da0e2e6657e..ffcb279b66a7392a561442910bb1228601dec4db 100755 (executable)
@@ -64,7 +64,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';