From a7268eae9e45cb1dc601928389cd071cc6f36afa Mon Sep 17 00:00:00 2001 From: bcook <> Date: Mon, 21 Sep 2015 13:13:06 +0000 Subject: remove vestigial bits of sha-0 and md2 from openssl(1) Noted by kinichiro on github. We probably need a better way to indicate the list of message digests that are allowed, as the current ones are nowhere near exhaustive (sigh - guenther@) OK guenther@ jmc@ --- src/usr.bin/openssl/x509.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/usr.bin/openssl/x509.c') diff --git a/src/usr.bin/openssl/x509.c b/src/usr.bin/openssl/x509.c index a8812f7e74..d0a6bcaa00 100644 --- a/src/usr.bin/openssl/x509.c +++ b/src/usr.bin/openssl/x509.c @@ -1,4 +1,4 @@ -/* $OpenBSD: x509.c,v 1.6 2015/09/11 14:30:23 bcook Exp $ */ +/* $OpenBSD: x509.c,v 1.7 2015/09/21 13:13:06 bcook Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -135,7 +135,7 @@ static const char *x509_usage[] = { " -set_serial - serial number to use\n", " -text - print the certificate in text form\n", " -C - print out C code forms\n", - " -md2/-md5/-sha1 - digest to use\n", + " -md5/-sha1 - digest to use\n", " -extfile - configuration file with X509V3 extensions to add\n", " -extensions - section from config file with X509V3 extensions to add\n", " -clrext - delete extensions before signing and input certificate\n", -- cgit v1.2.3-55-g6feb