Don't define OPENSSL_ENGINES in test recipes, do it in Makefiles instead
[openssl.git] / test / recipes / 70-test_sslsessiontick.t
index 56ae4c0cba2fb7341fef98e1ac3fa1dad39352ae..caab77745e46d64c87f7584906ee6e0aa953182f 100755 (executable)
@@ -67,7 +67,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';
 
 sub checkmessages($$$$$$);