diff options
author | deraadt <> | 2014-04-18 09:38:42 +0000 |
---|---|---|
committer | deraadt <> | 2014-04-18 09:38:42 +0000 |
commit | 678b50a786ed1af061543bfcb9592beebc6be4ef (patch) | |
tree | ef3ff0364fca4b68054628204fbbd2bb19525472 /src/lib/libssl/src/apps/ts.c | |
parent | 47f3f755de44fe72026c26b61f3534245e51ce63 (diff) | |
download | openbsd-678b50a786ed1af061543bfcb9592beebc6be4ef.tar.gz openbsd-678b50a786ed1af061543bfcb9592beebc6be4ef.tar.bz2 openbsd-678b50a786ed1af061543bfcb9592beebc6be4ef.zip |
simplify file:file:... stuff
Diffstat (limited to '')
-rw-r--r-- | src/lib/libssl/src/apps/ts.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/lib/libssl/src/apps/ts.c b/src/lib/libssl/src/apps/ts.c index 9d116ffac2..24e34894fd 100644 --- a/src/lib/libssl/src/apps/ts.c +++ b/src/lib/libssl/src/apps/ts.c | |||
@@ -330,12 +330,11 @@ ts_main(int argc, char **argv) | |||
330 | 330 | ||
331 | usage: | 331 | usage: |
332 | BIO_printf(bio_err, "usage:\n" | 332 | BIO_printf(bio_err, "usage:\n" |
333 | "ts -query [-rand file%cfile%c...] [-config configfile] " | 333 | "ts -query [-rand file:file:...] [-config configfile] " |
334 | "[-data file_to_hash] [-digest digest_bytes]" | 334 | "[-data file_to_hash] [-digest digest_bytes]" |
335 | "[-md2|-md4|-md5|-sha|-sha1|-mdc2|-ripemd160] " | 335 | "[-md2|-md4|-md5|-sha|-sha1|-mdc2|-ripemd160] " |
336 | "[-policy object_id] [-no_nonce] [-cert] " | 336 | "[-policy object_id] [-no_nonce] [-cert] " |
337 | "[-in request.tsq] [-out request.tsq] [-text]\n", | 337 | "[-in request.tsq] [-out request.tsq] [-text]\n"); |
338 | ':', ':'); | ||
339 | BIO_printf(bio_err, "or\n" | 338 | BIO_printf(bio_err, "or\n" |
340 | "ts -reply [-config configfile] [-section tsa_section] " | 339 | "ts -reply [-config configfile] [-section tsa_section] " |
341 | "[-queryfile request.tsq] [-passin password] " | 340 | "[-queryfile request.tsq] [-passin password] " |