Fix no-engine
authorMatt Caswell <matt@openssl.org>
Tue, 24 Nov 2020 16:45:48 +0000 (16:45 +0000)
committerMatt Caswell <matt@openssl.org>
Fri, 27 Nov 2020 17:32:03 +0000 (17:32 +0000)
commitb8fa02e8a4a4a9c274aafdb4fc834ba051301afb
tree3998db7c34ff41dffc40b331833f25c93fa0af58
parentee46dfbf2c117a9532f887b478c9c65d8f30d50c
Fix no-engine

If we specify no-engine then this should cascade to also mean
no-dynamic-engine. The store test was only checking whether
dynamic-engine was disabled, meaning that some tests were failing
in a no-engine build.

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/13502)
Configure