]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MEDIUM: build without openssl broken
authorWilliam Lallemand <wlallemand@haproxy.com>
Thu, 8 Jun 2017 17:05:48 +0000 (19:05 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 8 Jun 2017 17:55:54 +0000 (19:55 +0200)
commitcf4e496c9c80ad96aff47e4d8cf318be429165f7
tree5ab7edf1de14b33d85816974bfb4d854f87da437
parent04919d53c591a7f3bfce4f19d9f0564f06a18bf9
BUG/MEDIUM: build without openssl broken

The commit 872f9c213 ("MEDIUM: ssl: add basic support for OpenSSL crypto
engine") broke the build without openssl support.

The ssl_free_dh() function is not defined when USE_OPENSSL is not
defined and leads to a compilation failure.
src/haproxy.c