From af4ef741e93c3b626f0cdcc40c3e170a628929eb Mon Sep 17 00:00:00 2001 From: Emeric Brun Date: Thu, 19 Jun 2014 14:10:45 +0200 Subject: [PATCH] MINOR: ssl/cli: Fix unapropriate comment in code on 'set ssl ocsp-response' --- src/dumpstats.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dumpstats.c b/src/dumpstats.c index 36b468406..c8bac08a3 100644 --- a/src/dumpstats.c +++ b/src/dumpstats.c @@ -1797,7 +1797,7 @@ static int stats_sock_parse_request(struct stream_interface *si, char *line) #ifdef SSL_CTRL_SET_TLSEXT_STATUS_REQ_CB char *err = NULL; - /* Expect two parameters: certificate file name and the new response in base64 encoding */ + /* Expect one parameter: the new response in base64 encoding */ if (!*args[3]) { appctx->ctx.cli.msg = "'set ssl ocsp-response' expects response in base64 encoding.\n"; appctx->st0 = STAT_CLI_PRINT; -- 2.47.3