commit | c4ecddf41868718db41e26b93d4c45dfd228ec53 | [log] [tgz] |
---|---|---|
author | William Lallemand <wlallemand@haproxy.com> | Wed Jul 31 16:50:08 2019 +0200 |
committer | William Lallemand <wlallemand@haproxy.org> | Wed Jul 31 17:05:09 2019 +0200 |
tree | 609dbf17244d9ccf2d4aba6cce7b02904b042790 | |
parent | 4d7a88482770cb1ce401ec9b625bc367bcfb411b [diff] |
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.