aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorBenjamin Kaduk <bkaduk@akamai.com>2016-08-31 17:06:22 -0500
committerRichard Levitte <levitte@openssl.org>2016-10-29 00:56:38 +0200
commitb509b6d787354141e776344782e46ab4c49cb6e9 (patch)
treef1cde2f4f07416f5af27acea1f1edea6e7d013ef /INSTALL
parentf7970f303f849f0d0c8eb1717efd35b559c47964 (diff)
downloadopenssl-b509b6d787354141e776344782e46ab4c49cb6e9.tar.gz
Wordsmith INSTALL
Make it clear that the OPENSSL_LOCAL_CONFIG_DIR settings take precedence over the in-tree configs. Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/1798)
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index de127df275..44b3a1ca21 100644
--- a/INSTALL
+++ b/INSTALL
@@ -806,8 +806,8 @@
possible to create your own ".conf" and ".tmpl" files and store
them locally, outside the OpenSSL source tree. This environment
variable can be set to the directory where these files are held
- and will have Configure to consider them in addition to the
- standard ones.
+ and will be considered by Configure before it looks in the
+ standard directories.
PERL
The name of the Perl executable to use when building OpenSSL.