projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f76076
)
Coverity CID 1444950: Control flow issues
author
Pauli
<paul.dale@oracle.com>
Tue, 7 May 2019 01:10:33 +0000
(11:10 +1000)
committer
Pauli
<paul.dale@oracle.com>
Tue, 7 May 2019 23:52:58 +0000
(09:52 +1000)
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/8888)
apps/info.c
patch
|
blob
|
history
diff --git
a/apps/info.c
b/apps/info.c
index aa019ad19e0c5a2eee8a0143ee5ce33931ef1439..a2c359e0f86399f07657fa48b941cf05873aa5ff 100644
(file)
--- a/
apps/info.c
+++ b/
apps/info.c
@@
-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;