commit | ea489aa18caacf057880c67b933689c363307a23 | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Thu Nov 25 10:20:19 2021 +0100 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Thu Nov 25 10:20:19 2021 +0100 |
tree | bd7f5f893f097cf3b0ba7de1556c37f284a2e778 | |
parent | f8dcd9f94c192a325991bacde671a9269d4957ba [diff] |
BUILD/MINOR: server: fix compilation without SSL The build without SSL was broken by the following backported commit: 8e99b84dba7755e73563093a8fcedb25e70e7b94 MEDIUM: server/backend: implement websocket protocol selection Fix this by checking the ALPN only if USE_OPENSSL and TLSEXT_TYPE_application_layer_protocol_negotiation are defined. Else always use the server mux-proto. No need to backport.