]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUILD: ssl: fix recent build breakage on older SSL libs
authorWilly Tarreau <w@1wt.eu>
Wed, 17 Jun 2015 13:48:26 +0000 (15:48 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 17 Jun 2015 13:50:40 +0000 (15:50 +0200)
commitc8ad3bededa5634a27ddf6e430042154803667fb
tree35e9e61fc5e93fe3f17e641eefaea6a791f32223
parent0b243fd63b78e5e02e7aeb88ebfb997742d15cc1
BUILD: ssl: fix recent build breakage on older SSL libs

Commit 31af49d ("MEDIUM: ssl: Add options to forge SSL certificates")
introduced some dependencies on SSL_CTRL_SET_TLSEXT_HOSTNAME for which
a few checks were missing, breaking the build on openssl 0.9.8.
src/ssl_sock.c