]> git.kaiwu.me - haproxy.git/commit
CLEANUP: ssl/cli: stop using ctx.cli.i0/i1/p0 for "show tls-keys"
authorWilly Tarreau <w@1wt.eu>
Thu, 5 May 2022 06:50:17 +0000 (08:50 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 6 May 2022 16:13:36 +0000 (18:13 +0200)
commita938052113afc5e867db107b570c434522f52e27
tree19245161ad48a8b677344a0d9cd310f6534a0232
parent1d6dd80d05c8a368569de4cbd7f42880f5d22951
CLEANUP: ssl/cli: stop using ctx.cli.i0/i1/p0 for "show tls-keys"

This creates a local context of type show_keys_ctx which contains
the equivalent fields with more natural names.
src/ssl_sock.c