diff --git a/src/ssl_ckch.c b/src/ssl_ckch.c index ab8ceaadd..e882c1a75 100644 --- a/src/ssl_ckch.c +++ b/src/ssl_ckch.c @@ -2709,6 +2709,8 @@ static int cli_io_handler_commit_cafile_crlfile(struct appctx *appctx) case CAFILE_CRL: path = crlfile_transaction.path; break; + default: + goto error; } while (1) {