commit | 016fd93c31a918173794606c870dcb52286996ae | [log] [tgz] |
---|---|---|
author | Sergey Kandaurov <pluknet@nginx.com> | Tue Aug 10 23:43:16 2021 +0300 |
committer | Sergey Kandaurov <pluknet@nginx.com> | Tue Aug 10 23:43:16 2021 +0300 |
tree | 9b4b29d1f51d995a2d08a6c8988570eb20689db1 | |
parent | c6d3920dbef5b489b2d62cc3ed976693d3de1a47 [diff] |
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.