From 2c2724476ef50b8926b033f009bdfc85ac3f1816 Mon Sep 17 00:00:00 2001 From: "Dr. David von Oheimb" Date: Tue, 24 Aug 2021 12:03:12 +0200 Subject: APPS: Add check for multiple 'unknown' options Reviewed-by: Dmitry Belyavskiy (Merged from https://github.com/openssl/openssl/pull/16416) --- apps/ec.c | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/ec.c') diff --git a/apps/ec.c b/apps/ec.c index 4573300a5e..2c350ff0b4 100644 --- a/apps/ec.c +++ b/apps/ec.c @@ -80,6 +80,7 @@ int ec_main(int argc, char **argv) char *point_format = NULL; int no_public = 0; + opt_set_unknown_name("cipher"); prog = opt_init(argc, argv, ec_options); while ((o = opt_next()) != OPT_EOF) { switch (o) { -- cgit v1.2.3