Configuration / build: make it possible to disable building of modules
authorRichard Levitte <levitte@openssl.org>
Sun, 31 Mar 2019 13:17:58 +0000 (15:17 +0200)
committerRichard Levitte <levitte@openssl.org>
Tue, 2 Apr 2019 05:30:06 +0000 (07:30 +0200)
commit34786bdee0b2af74a84a32ca32bb1c2c256e6014
tree9639b41988a9ab886b7b2432d765ebea29a6fbd5
parent22b414672d0260904ef2f5f5304b02f96c67dd7e
Configuration / build: make it possible to disable building of modules

While we're at it, sort out inconsistencies with the build of modules:
- not building shared libraries means not building dynamic engines.
  However, other modules may still be built.
- not having DSO functionality doesn't mean not to build modules (even
  though we can't use them from apps linked with libraries that are
  built this way).

Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/8623)
Configure
test/build.info