]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/BUILD: ssl: fix build with openssl < 1.0.2
authorWilliam Lallemand <wlallemand@haproxy.com>
Wed, 31 Jul 2019 14:50:08 +0000 (16:50 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Wed, 31 Jul 2019 15:05:09 +0000 (17:05 +0200)
commitc4ecddf41868718db41e26b93d4c45dfd228ec53
tree609dbf17244d9ccf2d4aba6cce7b02904b042790
parent4d7a88482770cb1ce401ec9b625bc367bcfb411b
BUG/BUILD: ssl: fix build with openssl < 1.0.2

Recent changes use struct cert_key_and_chain to load all certificates in
frontends, this structure was previously used only to load multi-cert
bundle, which is supported only on >= 1.0.2.
src/ssl_sock.c