diff options
author | Sergey Kandaurov <pluknet@nginx.com> | 2023-12-25 21:15:48 +0400 |
---|---|---|
committer | Sergey Kandaurov <pluknet@nginx.com> | 2023-12-25 21:15:48 +0400 |
commit | f255815f5d161fab0dd310fe826d4f7572e141f2 (patch) | |
tree | 27b61dc5fa379e77c63f1ee82bbaf279572efead /src/http/ngx_http_request.c | |
parent | d7923960a824d0dd9f4b0c35101e68d71692d1e9 (diff) | |
download | nginx-f255815f5d161fab0dd310fe826d4f7572e141f2.tar.gz nginx-f255815f5d161fab0dd310fe826d4f7572e141f2.zip |
SSL: reasonable version for LibreSSL adjusted.
OPENSSL_VERSION_NUMBER is now redefined to 0x1010000fL for LibreSSL 3.5.0
and above. Building with older LibreSSL versions, such as 2.8.0, may now
produce warnings (see cab37803ebb3) and may require appropriate compiler
options to suppress them.
Notably, this allows to start using SSL_get0_verified_chain() appeared
in OpenSSL 1.1.0 and LibreSSL 3.5.0, without additional macro tests.
Prodded by Ilya Shipitsin.
Diffstat (limited to 'src/http/ngx_http_request.c')
0 files changed, 0 insertions, 0 deletions