commit | d66700a91c9b14b67ca878bb4fcca750fee2de38 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Tue Sep 17 13:46:47 2019 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Tue Sep 17 13:50:20 2019 +0200 |
tree | 5207b4c7e266cadb9cd55951175ae5ed7c8ac224 | |
parent | b30b310f68d1ce34a96117e018b72d912b4d4691 [diff] |
BUG/MINOR: build: Fix compilation of mux_fcgi.c when compiled without SSL The function ssl_sock_is_ssl is only available when HAProxy is compile with the SSL support. This patch fixes the issue #279. No need to backport.