Searched hist:2089 (Results 1 – 1 of 1) sorted by relevance
/unit/src/ |
H A D | nxt_openssl.c | diff 2089:dcec02b45917 Wed May 11 20:04:00 UTC 2022 Sergey Kandaurov <pluknet@nginx.com> Using OPENSSL_SUPPRESS_DEPRECATED.
The macro is used to suppress deprecation warnings with OpenSSL 3.0.
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.
|