mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-09-22 06:11:32 +02: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
@ -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…
x
Reference in New Issue
Block a user