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:
fba1366
)
Fix ts app help message
author
FdaSilvaYY
<fdasilvayy@gmail.com>
Tue, 10 May 2016 21:39:25 +0000
(23:39 +0200)
committer
Matt Caswell
<matt@openssl.org>
Wed, 18 May 2016 09:44:08 +0000
(10:44 +0100)
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
apps/ts.c
patch
|
blob
|
history
diff --git
a/apps/ts.c
b/apps/ts.c
index e2b06353dd1324e503793f16ed73b46c1796a5dd..ec83aacda4aa4c5d2fdb78fe424ab5431a2139b3 100644
(file)
--- a/
apps/ts.c
+++ b/
apps/ts.c
@@
-138,9
+138,9
@@
static char* opt_helplist[] = {
" [-chain certs_file.pem] [-tspolicy oid]",
" [-in file] [-token_in] [-out file] [-token_out]",
# ifndef OPENSSL_NO_ENGINE
- " [-text]",
-# else
" [-text] [-engine id]",
+# else
+ " [-text]",
# endif
" or",
"ts -verify -CApath dir -CAfile file.pem -untrusted file.pem",