]> 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)
commitcc5a6f5457c99bdd39b708832005ca57ff81c2dc
tree38be0611acfcf6e33cc390578944bf7254e4a803
parent5953f83e178c59fdbad27b74775bcd2bc59d6d68
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