CLEANUP: ssl/cli: make "show ssl ocsp-response" not use cli.p0 anymore
authorWilly Tarreau <w@1wt.eu>
Thu, 5 May 2022 07:09:15 +0000 (09:09 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 6 May 2022 16:13:36 +0000 (18:13 +0200)
commit170b35bb9588500106067c6c22de3d708e314da1
tree391dc34557c2c86c2a1c7e13c6aca6a7b9fe02f7
parent9c5a38c1b89eec9aa8355388755cb7742cf5440a
CLEANUP: ssl/cli: make "show ssl ocsp-response" not use cli.p0 anymore

Instead the single-pointer context is placed into appctx->svcctx.
There's no need to declare a structure there for this.
src/ssl_sock.c