]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUILD: ssl: fix ssl_sock_switchtx_cbk when no client_hello_cb
authorWilliam Lallemand <wlallemand@haproxy.org>
Fri, 2 Sep 2022 13:27:32 +0000 (15:27 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Wed, 7 Sep 2022 07:33:46 +0000 (09:33 +0200)
commit844009d77ac42182ab4d5cf3efaaf227318505a1
tree8d9a75e7872d6836c9f1ee17f1465320bedeef01
parent6d74e179ee012c2b4eb282c2b63f87e9a6235251
BUILD: ssl: fix ssl_sock_switchtx_cbk when no client_hello_cb

When building HAProxy with USE_QUIC and libressl 3.6.0, the
ssl_sock_switchtx_cbk symbol is not found because libressl does not
implement the client_hello_cb.

A ssl_sock_switchtx_cbk version for the servername callback is available
but wasn't exported correctly.
include/haproxy/ssl_sock.h
src/ssl_sock.c