From a9b5929d5686b4beef232e0f679dbae6a059f70a Mon Sep 17 00:00:00 2001 From: Rich Salz Date: Fri, 11 Oct 2019 09:46:59 -0400 Subject: [PATCH] Remove duplicated line in 'openssl list' output Reviewed-by: Tomas Mraz Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/10150) --- apps/list.c | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/list.c b/apps/list.c index 8c0d9c9b44..1a43e43c56 100644 --- a/apps/list.c +++ b/apps/list.c @@ -337,7 +337,6 @@ static void list_options_for_command(const char *command) || o->name == OPT_MORE_STR || o->name[0] == '\0') continue; - BIO_printf(bio_out, "%s %c\n", o->name, o->valtype); BIO_printf(bio_out, "%s %c\n", o->name, c == '\0' ? '-' : c); } /* Always output the -- marker since it is sometimes documented. */ -- 2.25.1