]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: ssl_ckch: Remove service context for "set ssl crl-file" command
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 3 Jun 2022 09:59:10 +0000 (11:59 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 3 Jun 2022 10:12:04 +0000 (12:12 +0200)
commitd6c66f06ac149a0b02399a759faa4ae56ff6f227
tree0274adc4a28ea6c8597bb70af67cb4053641becb
parent132c595673992d898efa6aca43445e71681a827c
MINOR: ssl_ckch: Remove service context for "set ssl crl-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