aboutsummaryrefslogtreecommitdiffstats
path: root/doc/apps
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2002-01-04 15:17:09 +0000
committerBodo Möller <bodo@openssl.org>2002-01-04 15:17:09 +0000
commitdc4ddcd2bb8c20f711b1aad9a79cbcaf6d53cccd (patch)
tree9d4a25906c915e09ce9ae51f13925593da602d59 /doc/apps
parent5256b021f3f41396763cb4a93653460a396f393e (diff)
downloadopenssl-dc4ddcd2bb8c20f711b1aad9a79cbcaf6d53cccd.tar.gz
add documentation for SSLeay_version(SSLEAY_DIR) and
'openssl version -d' use some descriptions from Lutz' redundant manual page instead of the previous ones
Diffstat (limited to 'doc/apps')
-rw-r--r--doc/apps/version.pod8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/apps/version.pod b/doc/apps/version.pod
index 5d261a6405..e00324c446 100644
--- a/doc/apps/version.pod
+++ b/doc/apps/version.pod
@@ -46,6 +46,10 @@ compilation flags.
platform setting.
+=item B<-d>
+
+OPENSSLDIR setting.
+
=back
=head1 NOTES
@@ -53,4 +57,8 @@ platform setting.
The output of B<openssl version -a> would typically be used when sending
in a bug report.
+=head1 HISTORY
+
+The B<-d> option was added in OpenSSL 0.9.7.
+
=cut