mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-23 15:19:36 -04:00
MINOR: quic: Useless call to SSL_CTX_set_quic_method()
SSL_set_quic_method() is already called at SSL session level. This call is useless. Furthermore, SSL_CTX_set_quic_method() is not implemented by the QUIC OpenSSL wrapper to come. Should be backported as far as 2.6 to ease further backports to come.
This commit is contained in:
parent
7978493c2e
commit
173b3d9497
1 changed files with 0 additions and 1 deletions
|
|
@ -1458,7 +1458,6 @@ int ssl_quic_initial_ctx(struct bind_conf *bind_conf)
|
|||
# endif
|
||||
SSL_CTX_set_tlsext_servername_arg(ctx, bind_conf);
|
||||
#endif
|
||||
SSL_CTX_set_quic_method(ctx, &ha_quic_method);
|
||||
|
||||
return cfgerr;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue