aboutsummaryrefslogtreecommitdiffstats
path: root/doc
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
parent9cc55ddda5bbfde2e98fb94f312b960ab11a8c60 (diff)
downloadopenssl-e09621ff57f6965d30cc2d6b5045f93906d656a0.tar.gz
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')
-rw-r--r--doc/apps/version.pod5
-rw-r--r--doc/crypto/OPENSSL_VERSION_NUMBER.pod5
2 files changed, 10 insertions, 0 deletions
diff --git a/doc/apps/version.pod b/doc/apps/version.pod
index 8ab51dda0c..01f6d2a026 100644
--- a/doc/apps/version.pod
+++ b/doc/apps/version.pod
@@ -15,6 +15,7 @@ B<openssl version>
[B<-f>]
[B<-p>]
[B<-d>]
+[B<-e>]
=head1 DESCRIPTION
@@ -56,6 +57,10 @@ platform setting.
OPENSSLDIR setting.
+=item B<-e>
+
+ENGINESDIR setting.
+
=back
=head1 NOTES
diff --git a/doc/crypto/OPENSSL_VERSION_NUMBER.pod b/doc/crypto/OPENSSL_VERSION_NUMBER.pod
index fc16536ba9..d87d7197e5 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.