CLEANUP: ssl/cli: make "add ssl crtlist" use its own context
authorWilly Tarreau <w@1wt.eu>
Thu, 5 May 2022 11:43:49 +0000 (13:43 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 6 May 2022 16:13:36 +0000 (18:13 +0200)
commit6b6c363a6b5dc5c1db0b072b32f8ebbd6c884263
tree01f398ebeaad22e689ee9967f3599cd0ddb52931
parenta2fcca0939ddf46cfffdd121d599db206a5b6d21
CLEANUP: ssl/cli: make "add ssl crtlist" use its own context

This command was using cli.p0/p1/p2 in the io_handler. Let's move them
to a command-specific "struct add_crtlist_ctx".
src/ssl_crtlist.c