]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: build: Fix compilation of mux_fcgi.c when compiled without SSL
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 17 Sep 2019 11:46:47 +0000 (13:46 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 17 Sep 2019 11:50:20 +0000 (13:50 +0200)
commitd66700a91c9b14b67ca878bb4fcca750fee2de38
tree5207b4c7e266cadb9cd55951175ae5ed7c8ac224
parentb30b310f68d1ce34a96117e018b72d912b4d4691
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.
src/mux_fcgi.c