commit | 18c7d8393411c9c91d211060599c5dea83b016e5 | [log] [tgz] |
---|---|---|
author | Remi Tricot-Le Breton <rlebreton@haproxy.com> | Mon May 17 18:38:34 2021 +0200 |
committer | William Lallemand <wlallemand@haproxy.org> | Tue May 18 00:28:31 2021 +0200 |
tree | 70887cdeaa44c2cba4f70e76aecd1e3fe62dd1a3 | |
parent | d75b99e69c0661193d21115b659068a9db183573 [diff] |
BUILD/MINOR: ssl: Fix compilation with OpenSSL 1.0.2 The following functions used in CA/CRL file hot update were not defined in OpenSSL 1.0.2 so they need to be defined in openssl-compat : - X509_CRL_get_signature_nid - X509_CRL_get0_lastUpdate - X509_CRL_get0_nextUpdate - X509_REVOKED_get0_serialNumber - X509_REVOKED_get0_revocationDate