commit | 1e59fcc5885da5cab7ba779eee5f312b3c1d5d72 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Thu Jun 08 22:18:52 2017 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Wed Jun 14 16:40:38 2017 +0200 |
tree | 4a529385d348a6d07c9da33a639c7bd74c23cf1a | |
parent | 54ceb041d6372a70afdbdd76f4f2bac46a088d18 [diff] |
BUG/MINOR: ssl: Be sure that SSLv3 connection methods exist for openssl < 1.1.0 For openssl 1.0.2, SSLv3_server_method and SSLv3_client_method are undefined if OPENSSL_NO_SSL3_METHOD is set. So we must add a check on this macro before using these functions.