commit | fa11df5d0301392410e314666751e990972dd77c | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu May 05 13:48:40 2022 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri May 06 18:13:36 2022 +0200 |
tree | fead938d124f3a3b90179766441176f9a737727c | |
parent | 6b6c363a6b5dc5c1db0b072b32f8ebbd6c884263 [diff] |
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.