summaryrefslogtreecommitdiff
path: root/src/usr.bin/openssl/x509.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/x509.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/x509.c')
-rw-r--r--src/usr.bin/openssl/x509.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr.bin/openssl/x509.c b/src/usr.bin/openssl/x509.c
index db3173e74d..0e4d7dcd77 100644
--- a/src/usr.bin/openssl/x509.c
+++ b/src/usr.bin/openssl/x509.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: x509.c,v 1.2 2014/08/28 14:23:52 jsing Exp $ */ 1/* $OpenBSD: x509.c,v 1.3 2015/06/20 01:07:25 doug Exp $ */
2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3 * All rights reserved. 3 * All rights reserved.
4 * 4 *
@@ -135,7 +135,7 @@ static const char *x509_usage[] = {
135 " -set_serial - serial number to use\n", 135 " -set_serial - serial number to use\n",
136 " -text - print the certificate in text form\n", 136 " -text - print the certificate in text form\n",
137 " -C - print out C code forms\n", 137 " -C - print out C code forms\n",
138 " -md2/-md5/-sha1/-mdc2 - digest to use\n", 138 " -md2/-md5/-sha1 - digest to use\n",
139 " -extfile - configuration file with X509V3 extensions to add\n", 139 " -extfile - configuration file with X509V3 extensions to add\n",
140 " -extensions - section from config file with X509V3 extensions to add\n", 140 " -extensions - section from config file with X509V3 extensions to add\n",
141 " -clrext - delete extensions before signing and input certificate\n", 141 " -clrext - delete extensions before signing and input certificate\n",