diff options
author | Richard Levitte <levitte@openssl.org> | 2019-01-31 00:06:50 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2019-02-11 16:03:46 +0100 |
commit | 1842f369e5541d8ed9b2716cdd7d516005994733 (patch) | |
tree | 584cf9491c0801fc62d9ed3e9aa16e9ea93ff1fd /doc/man1 | |
parent | a43ce58f5569a160272c492c680f2e42d38ec769 (diff) | |
download | openssl-new-1842f369e5541d8ed9b2716cdd7d516005994733.tar.gz |
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)
Diffstat (limited to 'doc/man1')
-rw-r--r-- | doc/man1/version.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man1/version.pod b/doc/man1/version.pod index 2d2e4aabdd..6d58f9de70 100644 --- a/doc/man1/version.pod +++ b/doc/man1/version.pod @@ -60,7 +60,7 @@ OPENSSLDIR setting. =item B<-e> -ENGINESDIR setting. +ENGINESDIR settings. =back |