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