commit | 59e6bcdcea9c8bff99d1c8e754d308acfb596236 | [log] [tgz] |
---|---|---|
author | Julien Thomas <jthomas@zenetys.com> | Mon Feb 28 22:13:31 2022 +0100 |
committer | William Lallemand <wlallemand@haproxy.org> | Tue Mar 01 15:49:30 2022 +0100 |
tree | cc02597ffebc95b6224179c9366e6a753913dcd2 | |
parent | 10c9c74cd1907d73a7972df1173044d29f2a0886 [diff] |
BUILD: ssl: another build warning on LIBRESSL_VERSION_NUMBER We had several warnings when building haproxy 2.5.4 with old openssl 1.0.1e. This version of openssl is the latest available in EOL centos 6. include/haproxy/openssl-compat.h:157:51: \ warning: "LIBRESSL_VERSION_NUMBER" is not defined This patch fixed the build. It changes the #if condition, as done in other similar parts of openssl-compat.h.