BUG/MINOR: ssl_ckch: Use right type for old entry in show_crlfile_ctx
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 3 Jun 2022 08:21:27 +0000 (10:21 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 3 Jun 2022 09:20:16 +0000 (11:20 +0200)
commit51095ee236bbbdfdcb1e71ef102c0912b79b4ad7
treefdd9adebf5dd1312a76b8d45472902f6ce326501
parentddc8e1cf8b2355eef44ea51956366b0c682343b8
BUG/MINOR: ssl_ckch: Use right type for old entry in show_crlfile_ctx

Because of a typo (I guess), an unknown type is used for the old entry in
show_crlfile_ctx structure. Because this field is unused, there is no
compilation error. But it must be a cafile_entry and not a crlfile_entry.

Note this field is not used for now, but it will be used.

This patch must be backported to 2.6.
src/ssl_ckch.c