]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: ssl: fix SNI/CKCH lock labels
authorWilliam Lallemand <wlallemand@haproxy.com>
Fri, 18 Oct 2019 09:02:19 +0000 (11:02 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Wed, 23 Oct 2019 09:54:51 +0000 (11:54 +0200)
commit02010478e9d2f11ab53030fb75f8c54eac4f1f5b
tree919d852524267f498f8eaef2a0bdda6d906bca25
parent34779c34fcb483b91339a1c4c8d74da5ad7ff530
CLEANUP: ssl: fix SNI/CKCH lock labels

The CKCH and the SNI locks originally used the same label, we split them
but we forgot to change some of them.
src/ssl_sock.c