QUIC: limited SSL_set_quic_use_legacy_codepoint() API usage.
As advertised in BoringSSL a1d3bfb64fd7ef2cb178b5b515522ffd75d7b8c5, it may be dropped once callers implementing the draft versions cycle out.
This commit is contained in:
parent
1e056aced9
commit
1d39bb83db
1 changed files with 1 additions and 1 deletions
|
@ -566,7 +566,7 @@ ngx_quic_init_connection(ngx_connection_t *c)
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if BORINGSSL_API_VERSION >= 13
|
#if (BORINGSSL_API_VERSION >= 13 && BORINGSSL_API_VERSION < 15)
|
||||||
SSL_set_quic_use_legacy_codepoint(ssl_conn, 0);
|
SSL_set_quic_use_legacy_codepoint(ssl_conn, 0);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue