commit | 96c9a6c752d9e521876471402650da13c765eba4 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed May 04 19:51:37 2022 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri May 06 18:13:36 2022 +0200 |
tree | fa394e5c0975335a910b2f0fd123178dabeb338e | |
parent | f3e8b3e877d91bdc1d8436837bfe409908bfb656 [diff] |
CLEANUP: ssl/cli: use a local context for "show ssl cert" This command only really uses old_ckchs, cur_ckchs and the index in which the transaction was stored. The new structure "show_cert_ctx" only has these 3 fields, and the now unused "cur_ckchs" and "index" could be removed from the shared ssl context.