diff options
author | Sergey Kandaurov <pluknet@nginx.com> | 2022-10-20 16:21:07 +0400 |
---|---|---|
committer | Sergey Kandaurov <pluknet@nginx.com> | 2022-10-20 16:21:07 +0400 |
commit | 34500dcac348ed6438c5feb995a9eece98ec27bb (patch) | |
tree | d544710f795b1ba0067ffd5c7ccb5e54552f3253 /src/core/nginx.c | |
parent | ce65faea95598bac9c95686d1d211d9fcd0b1ee3 (diff) | |
download | nginx-34500dcac348ed6438c5feb995a9eece98ec27bb.tar.gz nginx-34500dcac348ed6438c5feb995a9eece98ec27bb.zip |
QUIC: removed compatibility with older BoringSSL API.
SSL_CIPHER_get_protocol_id() appeared in BoringSSL somewhere between
BORINGSSL_API_VERSION 12 and 13 for compatibility with OpenSSL 1.1.1.
It was adopted without a proper macro test, which remained unnoticed.
This justifies that such old BoringSSL API isn't widely used and its
support can be dropped.
While here, removed SSL_set_quic_use_legacy_codepoint() that became
useless after the default was flipped in BoringSSL over a year ago.
Diffstat (limited to 'src/core/nginx.c')
0 files changed, 0 insertions, 0 deletions