aboutsummaryrefslogtreecommitdiff
path: root/doc/crypto
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-02-10 18:51:15 +0100
committerRichard Levitte <levitte@openssl.org>2016-02-10 19:36:48 +0100
commite09621ff57f6965d30cc2d6b5045f93906d656a0 (patch)
tree8dcd17b8487b8fadf7a7ed5a66c14611e26b4692 /doc/crypto
parent9cc55ddda5bbfde2e98fb94f312b960ab11a8c60 (diff)
downloadopenssl-e09621ff57f6965d30cc2d6b5045f93906d656a0.zip
openssl-e09621ff57f6965d30cc2d6b5045f93906d656a0.tar.gz
openssl-e09621ff57f6965d30cc2d6b5045f93906d656a0.tar.bz2
Make it possible to get ENGINESDIR info from OpenSSL_versions
Have apps/openssl display the result along with OPENSSLDIR As part of this, add ENGINESDIR in util/mk1mf.pl Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'doc/crypto')
-rw-r--r--doc/crypto/OPENSSL_VERSION_NUMBER.pod5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/crypto/OPENSSL_VERSION_NUMBER.pod b/doc/crypto/OPENSSL_VERSION_NUMBER.pod
index fc16536..d87d719 100644
--- a/doc/crypto/OPENSSL_VERSION_NUMBER.pod
+++ b/doc/crypto/OPENSSL_VERSION_NUMBER.pod
@@ -77,6 +77,11 @@ if available or "platform: information not available" otherwise.
The "OPENSSLDIR" setting of the library build in the form "OPENSSLDIR: "...""
if available or "OPENSSLDIR: N/A" otherwise.
+=item OPENSSL_ENGINES_DIR
+
+The "ENGINESDIR" setting of the library build in the form "ENGINESDIR: "...""
+if available or "ENGINESDIR: N/A" otherwise.
+
=back
For an unknown B<t>, the text "not available" is returned.