]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUILD: ssl: Fix compilation with OpenSSL 1.0.2
authorRemi Tricot-Le Breton <rlebreton@haproxy.com>
Wed, 20 Apr 2022 16:30:17 +0000 (18:30 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Wed, 20 Apr 2022 20:34:44 +0000 (22:34 +0200)
commitc69be7cd3c7914808e73477704fb86486ea82cb6
treead48fc0a354f487c22acd7880393bc68fd314093
parent1d6338ea9677bb08812bfa4dfa5e68e84ed0feaf
BUILD: ssl: Fix compilation with OpenSSL 1.0.2

The DH parameters used for OpenSSL versions 1.1.1 and earlier where
changed. For OpenSSL 1.0.2 and LibreSSL the newly introduced
ssl_get_dh_by_nid function is not used since we keep the original
parameters.
src/ssl_sock.c