commit | da95fd901b0cfe9c8060d12344944cc69781c5b2 | [log] [tgz] |
---|---|---|
author | Lukas Tribus <lukas@ltri.eu> | Sun Nov 25 13:21:27 2018 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Mon Nov 26 08:34:40 2018 +0100 |
tree | 1cc2e3bab17a5c8bd8845e0a6c64130e2da292c5 | |
parent | 0b936ad946719652affa17f9d79403cd2e0c3faf [diff] |
BUILD/MINOR: ssl: fix build with non-alpn/non-npn libssl In commit c7566001 ("MINOR: server: Add "alpn" and "npn" keywords") and commit 201b9f4e ("MAJOR: connections: Defer mux creation for outgoing connection if alpn is set"), the build was broken on older OpenSSL releases. Move the #ifdef's around so that we build again with older OpenSSL releases (0.9.8 was tested).