summaryrefslogtreecommitdiff
path: root/src/usr.bin/openssl/ts.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr.bin/openssl/ts.c')
-rw-r--r--src/usr.bin/openssl/ts.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr.bin/openssl/ts.c b/src/usr.bin/openssl/ts.c
index cd7d9cc81e..341d9395c7 100644
--- a/src/usr.bin/openssl/ts.c
+++ b/src/usr.bin/openssl/ts.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: ts.c,v 1.3 2014/10/22 13:54:03 jsing Exp $ */ 1/* $OpenBSD: ts.c,v 1.4 2015/06/20 01:07:25 doug Exp $ */
2/* Written by Zoltan Glozik (zglozik@stones.com) for the OpenSSL 2/* Written by Zoltan Glozik (zglozik@stones.com) for the OpenSSL
3 * project 2002. 3 * project 2002.
4 */ 4 */
@@ -306,7 +306,7 @@ usage:
306 BIO_printf(bio_err, "usage:\n" 306 BIO_printf(bio_err, "usage:\n"
307 "ts -query [-config configfile] " 307 "ts -query [-config configfile] "
308 "[-data file_to_hash] [-digest digest_bytes]" 308 "[-data file_to_hash] [-digest digest_bytes]"
309 "[-md2|-md4|-md5|-sha|-sha1|-mdc2|-ripemd160] " 309 "[-md2|-md4|-md5|-sha|-sha1|-ripemd160] "
310 "[-policy object_id] [-no_nonce] [-cert] " 310 "[-policy object_id] [-no_nonce] [-cert] "
311 "[-in request.tsq] [-out request.tsq] [-text]\n"); 311 "[-in request.tsq] [-out request.tsq] [-text]\n");
312 BIO_printf(bio_err, "or\n" 312 BIO_printf(bio_err, "or\n"