MINOR: ssl/cli: Fix unapropriate comment in code on 'set ssl ocsp-response'
This commit is contained in:
parent
f4e6129e30
commit
af4ef741e9
@ -1797,7 +1797,7 @@ static int stats_sock_parse_request(struct stream_interface *si, char *line)
|
|||||||
#ifdef SSL_CTRL_SET_TLSEXT_STATUS_REQ_CB
|
#ifdef SSL_CTRL_SET_TLSEXT_STATUS_REQ_CB
|
||||||
char *err = NULL;
|
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]) {
|
if (!*args[3]) {
|
||||||
appctx->ctx.cli.msg = "'set ssl ocsp-response' expects response in base64 encoding.\n";
|
appctx->ctx.cli.msg = "'set ssl ocsp-response' expects response in base64 encoding.\n";
|
||||||
appctx->st0 = STAT_CLI_PRINT;
|
appctx->st0 = STAT_CLI_PRINT;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user