commit | 844009d77ac42182ab4d5cf3efaaf227318505a1 | [log] [tgz] |
---|---|---|
author | William Lallemand <wlallemand@haproxy.org> | Fri Sep 02 15:27:32 2022 +0200 |
committer | William Lallemand <wlallemand@haproxy.org> | Wed Sep 07 09:33:46 2022 +0200 |
tree | 8d9a75e7872d6836c9f1ee17f1465320bedeef01 | |
parent | 6d74e179ee012c2b4eb282c2b63f87e9a6235251 [diff] |
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.