commit | 1aabc939780d5eab1f88089d01fb077ad9315c65 | [log] [tgz] |
---|---|---|
author | Lukas Tribus <lukas@ltri.eu> | Tue Mar 05 23:14:32 2019 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Tue Mar 05 23:56:58 2019 +0100 |
tree | ecd9e9a7f43078025e138c070d4ea2328402cd1e | |
parent | 5799e9cd37301ab74436954e860250c3f26e4d79 [diff] |
BUG/MINOR: ssl: fix warning about ssl-min/max-ver support In 84e417d8 ("MINOR: ssl: support Openssl 1.1.1 early callback for switchctx") the code was extended to also support OpenSSL 1.1.1 (code already supported BoringSSL). A configuration check warning was updated but with the wrong logic, the #ifdef needs a && instead of an ||. Reported in #54. Should be backported to 1.8.