haproxy/include
Willy Tarreau 5b8af1e30c MINOR: ssl: define SSL_CTX_set1_curves_list to itself on BoringSSL
OpenSSL 1.0.2 and onwards define SSL_CTX_set1_curves_list which is both a
function and a macro. OpenSSL 1.0.2 to 1.1.0 define SSL_CTRL_SET_CURVES_LIST
as a macro, which disappeared from 1.1.1. BoringSSL only has that one and
not the former macro but it does have the function. Let's keep the test on
the macro matching the function name by defining the macro to itself when
needed.
2020-11-05 15:05:09 +01:00
..
haproxy MINOR: ssl: define SSL_CTX_set1_curves_list to itself on BoringSSL 2020-11-05 15:05:09 +01:00
import MINOR: ist: Add a case insensitive istmatch function 2020-10-30 13:20:21 +01:00