Don't define OPENSSL_ENGINES in test recipes, do it in Makefiles instead
[openssl.git] / test / recipes / 70-test_sslskewith0p.t
index 90fcf3071120a1025306511ca2662427d84236cb..b0cc9ffb59f84ba2cf8783e57e9fc0b2c86c8719 100755 (executable)
@@ -69,7 +69,6 @@ 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");
 
-$ENV{OPENSSL_ENGINES} = bldtop_dir("engines");
 $ENV{OPENSSL_ia32cap} = '~0x200000200000000';
 my $proxy = TLSProxy::Proxy->new(
     \&ske_0_p_filter,