Hi,
HAProxy compilation fails if OpenSSL 1.0.2 is compiled without the
support of SSLv3 methods (SSL3_server_method and SSL3_client_method).
The manpage SSL_CTX_new(3) specifies that these functions are available
if OPENSSL_NO_SSL3_METHOD is undefined. Here is a fix.
Thanks,
--
Christopher Faulet
HAProxy compilation fails if OpenSSL 1.0.2 is compiled without the
support of SSLv3 methods (SSL3_server_method and SSL3_client_method).
The manpage SSL_CTX_new(3) specifies that these functions are available
if OPENSSL_NO_SSL3_METHOD is undefined. Here is a fix.
Thanks,
--
Christopher Faulet