Coverity CID 1444950: Control flow issues
Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/8888)
This commit is contained in:
parent
1f76076095
commit
0dc6bf3c39
1 changed files with 1 additions and 2 deletions
|
@ -42,8 +42,7 @@ int info_main(int argc, char **argv)
|
|||
prog = opt_init(argc, argv, info_options);
|
||||
while ((o = opt_next()) != OPT_EOF) {
|
||||
switch (o) {
|
||||
case OPT_EOF:
|
||||
case OPT_ERR:
|
||||
default:
|
||||
opthelp:
|
||||
BIO_printf(bio_err, "%s: Use -help for summary.\n", prog);
|
||||
goto end;
|
||||
|
|
Loading…
Reference in a new issue