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:
36c3794
)
Add -signcert to CA.pl usage message.
author
Dr. Stephen Henson
<steve@openssl.org>
Tue, 10 May 2016 19:30:00 +0000
(20:30 +0100)
committer
Dr. Stephen Henson
<steve@openssl.org>
Wed, 11 May 2016 12:14:00 +0000
(13:14 +0100)
RT#4256
Reviewed-by: Matt Caswell <matt@openssl.org>
(cherry picked from commit
c1176ebf298ffa0bad0d368bd81aacbb30572a95
)
Conflicts:
apps/CA.pl.in
apps/CA.pl.in
patch
|
blob
|
history
diff --git
a/apps/CA.pl.in
b/apps/CA.pl.in
index c783a6e6a541599f81b6055837514cc718496876..3bf4c99f31029e3923e7c03ac8dd959505211d96 100644
(file)
--- a/
apps/CA.pl.in
+++ b/
apps/CA.pl.in
@@
-64,7
+64,7
@@
$RET = 0;
foreach (@ARGV) {
if ( /^(-\?|-h|-help)$/ ) {
- print STDERR "usage: CA -newcert|-newreq|-newreq-nodes|-newca|-sign|-verify\n";
+ print STDERR "usage: CA -newcert|-newreq|-newreq-nodes|-newca|-sign|-
signcert|-
verify\n";
exit 0;
} elsif (/^-newcert$/) {
# create a certificate
@@
-186,4
+186,3
@@
while (<IN>) {
}
}
}
-