MINOR: ssl: rename confusing ssl_bind_kws
authorWilliam Lallemand <wlallemand@haproxy.org>
Mon, 13 Feb 2023 09:58:13 +0000 (10:58 +0100)
committerWilliam Lallemand <wlallemand@haproxy.org>
Thu, 16 Feb 2023 15:03:45 +0000 (16:03 +0100)
commitaf678066518ea5569005b5e43c140a8facb2ee61
tree895a920fa3002d88460c75cabb109206844dbd81
parentc80560bae7e09c3117e309bf9ea69920cc2f7743
MINOR: ssl: rename confusing ssl_bind_kws

The ssl_bind_kw structure is exclusively used for crt-list keyword, it
must be named otherwise to remove the confusion.

The structure was renamed ssl_crtlist_kws.
include/haproxy/listener-t.h
include/haproxy/ssl_sock.h
src/cfgparse-ssl.c
src/cfgparse.c
src/ssl_crtlist.c