projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f081617
)
Fix version documentation.
author
mancha
<mancha1@zoho.com>
Fri, 25 Apr 2014 14:58:49 +0000
(14:58 +0000)
committer
Ben Laurie
<ben@links.org>
Sat, 26 Apr 2014 10:21:34 +0000
(11:21 +0100)
Specify -f is for compilation flags. Add -d to synopsis section.
(cherry picked from commit
006397ea62bbcae22c8664d53c2222b808c4bdd1
)
Closes #79.
CHANGES
patch
|
blob
|
history
doc/apps/version.pod
patch
|
blob
|
history
diff --git
a/CHANGES
b/CHANGES
index 5fc78bbcf53fde61b0ef99c21fef93bf57756bb2..5e94be26df842cb104642e55bb9a175a6f7edfc3 100644
(file)
--- a/
CHANGES
+++ b/
CHANGES
@@
-4,6
+4,10
@@
Changes between 1.0.1g and 1.0.1h [xx XXX xxxx]
+ *) Harmonize version and its documentation. -f flag is used to display
+ compilation flags.
+ [mancha <mancha1@zoho.com>]
+
*) Fix eckey_priv_encode so it immediately returns an error upon a failure
in i2d_ECPrivateKey.
[mancha <mancha1@zoho.com>]
diff --git
a/doc/apps/version.pod
b/doc/apps/version.pod
index e00324c446cd56408cc6faff417221e64447973b..58f543bc3e6456c13f15d134eadf1dffb1fff03b 100644
(file)
--- a/
doc/apps/version.pod
+++ b/
doc/apps/version.pod
@@
-13,6
+13,7
@@
B<openssl version>
[B<-o>]
[B<-f>]
[B<-p>]
+[B<-d>]
=head1 DESCRIPTION
@@
-38,7
+39,7
@@
the date the current version of OpenSSL was built.
option information: various options set when the library was built.
-=item B<-
c
>
+=item B<-
f
>
compilation flags.