]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: ssl: fix wrong #else commentary
authorWilliam Lallemand <wlallemand@haproxy.org>
Thu, 18 Nov 2021 14:25:16 +0000 (15:25 +0100)
committerWilliam Lallemand <wlallemand@haproxy.org>
Thu, 18 Nov 2021 14:38:42 +0000 (15:38 +0100)
commit002e2068cc3429ba259ffc20b4ef77d774a065df
tree7293fd38a3a50afa07e821902aac6c0ca0655451
parent10eed8ed039891ea71a0e8a87d9bfd47eb5dff94
CLEANUP: ssl: fix wrong #else commentary

The else is not for boringSSL but for the lack of Client Hello callback.
Should have been changed in 1fc44d4 ("BUILD: ssl: guard Client Hello
callbacks with HAVE_SSL_CLIENT_HELLO_CB macro instead of openssl
version").

Could be backported in 2.4.
src/ssl_sock.c