ENGINE modules aren't special, so call them MODULES
authorRichard Levitte <levitte@openssl.org>
Wed, 30 Jan 2019 23:06:50 +0000 (00:06 +0100)
committerRichard Levitte <levitte@openssl.org>
Mon, 11 Feb 2019 15:03:46 +0000 (16:03 +0100)
commit1842f369e5541d8ed9b2716cdd7d516005994733
tree584cf9491c0801fc62d9ed3e9aa16e9ea93ff1fd
parenta43ce58f5569a160272c492c680f2e42d38ec769
ENGINE modules aren't special, so call them MODULES

The only thing that makes an ENGINE module special is its entry
points.  Other than that, it's a normal dynamically loadable module,
nothing special about it.  This change has us stop pretending anything
else.

We retain using ENGINE as a term for installation, because it's
related to a specific installation directory, and we therefore also
mark ENGINE modules specifically as such with an attribute in the
build.info files.

Reviewed-by: Nicola Tuveri <nic.tuv@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/8147)
Configurations/README
Configurations/README.design
Configurations/common.tmpl
Configurations/descrip.mms.tmpl
Configurations/unix-Makefile.tmpl
Configurations/windows-makefile.tmpl
Configure
doc/man1/version.pod
engines/build.info