summaryrefslogtreecommitdiff
path: root/src/usr.bin/openssl/ts.c
diff options
context:
space:
mode:
authordoug <>2015-06-20 01:07:25 +0000
committerdoug <>2015-06-20 01:07:25 +0000
commitd1a72a60fbd3d6dadffddba3c8b5d6caf10bfdb4 (patch)
tree144d1a93a079c76b8e2df6b6625e26229f129c6d /src/usr.bin/openssl/ts.c
parent423ea1a9bc2db6077e4924282a827eefbd2cdcd8 (diff)
downloadopenbsd-d1a72a60fbd3d6dadffddba3c8b5d6caf10bfdb4.tar.gz
openbsd-d1a72a60fbd3d6dadffddba3c8b5d6caf10bfdb4.tar.bz2
openbsd-d1a72a60fbd3d6dadffddba3c8b5d6caf10bfdb4.zip
Remove obsolete MDC-2DES from libcrypto.
ok deraadt@ jsing@ miod@
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"