MINOR: ssl_ckch: Remove service context for "set ssl ca-file" command
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 3 Jun 2022 09:56:26 +0000 (11:56 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 3 Jun 2022 10:12:04 +0000 (12:12 +0200)
commit132c595673992d898efa6aca43445e71681a827c
tree778939a15e6f2792c34d97fe7abc17fbd9b1118c
parent24a20b980854b14213fabd2de008cfaf104ca1f1
MINOR: ssl_ckch: Remove service context for "set ssl ca-file" command

This command does not have I/O handle function. All is done in the command
parsing function. So there is no reason to have dedicated context.
src/ssl_ckch.c