]> git.kaiwu.me - nginx.git/commit
SSL: ERR_peek_error_line_data() compatibility with OpenSSL 3.0.
authorSergey Kandaurov <pluknet@nginx.com>
Tue, 10 Aug 2021 20:43:16 +0000 (23:43 +0300)
committerSergey Kandaurov <pluknet@nginx.com>
Tue, 10 Aug 2021 20:43:16 +0000 (23:43 +0300)
commit9609288e7ce4504188b0c8389bbc2f382eed14f5
tree9b4b29d1f51d995a2d08a6c8988570eb20689db1
parentb26858aa3c4055f9f85d09854ece15ad27c792fb
SSL: ERR_peek_error_line_data() compatibility with OpenSSL 3.0.

ERR_peek_error_line_data() was deprecated in favour of ERR_peek_error_all().
Here we use the ERR_peek_error_data() helper to pass only used arguments.
src/event/ngx_event_openssl.c
src/event/ngx_event_openssl.h