Commit a717738b authored by Richard Levitte's avatar Richard Levitte
Browse files

Don't define OPENSSL_ENGINES in test recipes, do it in Makefiles instead



In most builds, we can assume that engines live in the build tree
subdirectory "engines".  This was hard coded into the tests that use
the engine ossltest.

However, that hard coding is tedious, it would need to be done in
every test recipe, and it's an incorrect assumption in some cases.

This change has us play it safe and let the build files tell the
testing framework where the engines are.

Reviewed-by: default avatarViktor Dukhovni <viktor@openssl.org>
parent 909289df
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment