]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUILD: ssl: guard ecdh functions with SSL_CTX_set_tmp_ecdh macro
authorIlya Shipitsin <chipitsine@gmail.com>
Sun, 21 Mar 2021 07:50:47 +0000 (12:50 +0500)
committerWilliam Lallemand <wlallemand@haproxy.org>
Wed, 24 Mar 2021 08:52:37 +0000 (09:52 +0100)
commita0fd35b05476b45d8a10a299a6b32c8cca0264d9
treed8d3e378c9a1f90a051f3dee0c24da6726660290
parent8cd1627599f3591c3074690d9df1557850ecef58
BUILD: ssl: guard ecdh functions with SSL_CTX_set_tmp_ecdh macro

let us use feature macro SSL_CTX_set_tmp_ecdh instead of comparing openssl
version
src/cfgparse-ssl.c