summaryrefslogtreecommitdiffstats
path: root/apps/mac.c
diff options
context:
space:
mode:
authorShane Lontis <shane.lontis@oracle.com>2019-03-24 19:11:42 +1000
committerMatt Caswell <matt@openssl.org>2019-03-28 10:17:38 +0000
commita3c62426b9c056af802ab7988f217e55eaf2b213 (patch)
tree3658410aaeab2a665f5f4552d5d62f30e475762e /apps/mac.c
parent72b89b8e201d17dea0219b4b92df7af7e17f183a (diff)
coverity fixes for SSKDF + mac_app + kdf test cleanup
Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/8566)
Diffstat (limited to 'apps/mac.c')
-rw-r--r--apps/mac.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/mac.c b/apps/mac.c
index a02779b29f..946c3c7aa1 100644
--- a/apps/mac.c
+++ b/apps/mac.c
@@ -76,8 +76,7 @@ int mac_main(int argc, char **argv)
buf = app_malloc(BUFSIZE, "I/O buffer");
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 err;