mirror of
https://github.com/openssl/openssl.git
synced 2025-03-31 20:10:45 +08:00
Fix Coverity 1453452: Control flow issues (DEADCODE)
Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/9749)
This commit is contained in:
parent
363e941ed4
commit
7964e3709a
@ -165,8 +165,7 @@ int provider_main(int argc, char **argv)
|
||||
prog = opt_init(argc, argv, provider_options);
|
||||
while ((o = opt_next()) != OPT_EOF) {
|
||||
switch (o) {
|
||||
case OPT_EOF:
|
||||
case OPT_ERR:
|
||||
default: /* Catching OPT_ERR & covering OPT_EOF which isn't possible */
|
||||
BIO_printf(bio_err, "%s: Use -help for summary.\n", prog);
|
||||
goto end;
|
||||
case OPT_HELP:
|
||||
|
Loading…
x
Reference in New Issue
Block a user