Skip to content

Commit

Permalink
Coverity CID 1444950: Control flow issues
Browse files Browse the repository at this point in the history
Reviewed-by: Matt Caswell <[email protected]>
(Merged from openssl#8888)
  • Loading branch information
paulidale committed May 7, 2019
1 parent 1f76076 commit 0dc6bf3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions apps/info.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 0dc6bf3

Please sign in to comment.