aboutsummaryrefslogtreecommitdiffstats
path: root/doc/apps
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/apps
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/apps')
-rw-r--r--doc/apps/version.pod5
1 files changed, 5 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