commit | 9a1ab081607984bf3bfd2a7f8bf411ad0c19cd0f | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu May 09 13:26:41 2019 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu May 09 14:25:43 2019 +0200 |
tree | 0d4ba095719f04fb01b7592074808b7cd4e03619 | |
parent | affd1b980aa03be038e2d4504ec8b0bad7ea253d [diff] |
CLEANUP: ssl-sock: use HA_OPENSSL_VERSION_NUMBER instead of OPENSSL_VERSION_NUMBER Most tests on OPENSSL_VERSION_NUMBER have become complex and break all the time because this number is fake for some derivatives like LibreSSL. This patch creates a new macro, HA_OPENSSL_VERSION_NUMBER, which will carry the real openssl version defining the compatibility level, and this version will be adjusted depending on the variants.