commit | 578b169dcb653feb74d827238b879217b7220b89 | [log] [tgz] |
---|---|---|
author | Luca Pizzamiglio <luca.pizzamiglio@gmail.com> | Mon Dec 12 10:56:56 2016 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Mon Dec 12 22:57:04 2016 +0100 |
tree | eb2d8f76de2cb16a190662d00cfdc60b576cc346 | |
parent | a73e59b6901a164d19b1145e8511602d9814f28f [diff] |
BUILD/MEDIUM: Fixing the build using LibreSSL Fixing the build using LibreSSL as OpenSSL implementation. Currently, LibreSSL 2.4.4 provides the same API of OpenSSL 1.0.1x, but it redefine the OpenSSL version number as 2.0.x, breaking all checks with OpenSSL 1.1.x. The patch solves the issue checking the definition of the symbol LIBRESSL_VERSION_NUMBER when Openssl 1.1.x features are requested.