CLEANUP: ssl/cli: use a local context for "commit ssl cert"
authorWilly Tarreau <w@1wt.eu>
Wed, 4 May 2022 17:58:00 +0000 (19:58 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 6 May 2022 16:13:36 +0000 (18:13 +0200)
commita645b6a21f2828b2e8779d0dafdf3c49cc9f7d38
treec0dd8e539ee4f42c7dc169bd830294821901b55b
parent96c9a6c752d9e521876471402650da13c765eba4
CLEANUP: ssl/cli: use a local context for "commit ssl cert"

This command only really uses old_ckchs, new_ckchs and next_ckchi
from the appctx's ssl context. The new structure "commit_cert_ctx"
only has these 3 fields, though none could be removed from the shared
ssl context since they're still used by other commands.
src/ssl_ckch.c