From 1842f369e5541d8ed9b2716cdd7d516005994733 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Thu, 31 Jan 2019 00:06:50 +0100 Subject: 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 (Merged from https://github.com/openssl/openssl/pull/8147) --- doc/man1/version.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/man1') 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 -- cgit v1.2.1