Configurations/10-main.conf: force no-engine on ios targets.
authorAndy Polyakov <appro@openssl.org>
Thu, 26 Apr 2018 17:22:04 +0000 (19:22 +0200)
committerAndy Polyakov <appro@openssl.org>
Sun, 29 Apr 2018 19:30:02 +0000 (21:30 +0200)
commit7069eaee23a1e34727b632171346112563306819
tree0afa89a4c9366a840dc0071bd45d0258ab6133f7
parentbf7ae7500073f85fed8a82c4f8ec981d44a8c3d6
Configurations/10-main.conf: force no-engine on ios targets.

Rationale for enforcing no-engine is because of disconnect between
compile-time config and run-time, which is a per-application sandbox
directory which one can't predict in advance. Besides, none of the
bundled engines actually give an edge on iOS...

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/6106)
Configurations/10-main.conf