diff options
author | Sergey Kandaurov <pluknet@nginx.com> | 2021-08-10 23:43:16 +0300 |
---|---|---|
committer | Sergey Kandaurov <pluknet@nginx.com> | 2021-08-10 23:43:16 +0300 |
commit | 3df7efd34b26328c94149b6828ea22bb73ce00a2 (patch) | |
tree | 35e25a9bfbffee7e566783325fdb342209981453 /src/http/modules/ngx_http_ssl_module.c | |
parent | 9609288e7ce4504188b0c8389bbc2f382eed14f5 (diff) | |
download | nginx-3df7efd34b26328c94149b6828ea22bb73ce00a2.tar.gz nginx-3df7efd34b26328c94149b6828ea22bb73ce00a2.zip |
SSL: silenced warnings when building with OpenSSL 3.0.
The OPENSSL_SUPPRESS_DEPRECATED macro is used to suppress deprecation warnings.
This covers Session Tickets keys, SSL Engine, DH low level API for DHE ciphers.
Unlike OPENSSL_API_COMPAT, it works well with OpenSSL built with no-deprecated.
In particular, it doesn't unhide various macros in OpenSSL includes, which are
meant to be hidden under OPENSSL_NO_DEPRECATED.
Diffstat (limited to 'src/http/modules/ngx_http_ssl_module.c')
0 files changed, 0 insertions, 0 deletions