CLEANUP: ssl/cli: make "add ssl crtlist" not use st2 anymore
authorWilly Tarreau <w@1wt.eu>
Thu, 5 May 2022 11:48:40 +0000 (13:48 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 6 May 2022 16:13:36 +0000 (18:13 +0200)
commitfa11df5d0301392410e314666751e990972dd77c
treefead938d124f3a3b90179766441176f9a737727c
parent6b6c363a6b5dc5c1db0b072b32f8ebbd6c884263
CLEANUP: ssl/cli: make "add ssl crtlist" not use st2 anymore

Several steps are used during the addition of a crtlist to yield during
long operations, and states are used for this. Let's just not use the
st2 anymore and place the state inside the add_crtlist_ctx struct instead.
src/ssl_crtlist.c