mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-09-22 14:21:25 +02:00
MINOR: quic: Useless call to SSL_CTX_set_default_verify_paths()
This call to SSL_CTX_set_default_verify_paths() is useless for haproxy.
This commit is contained in:
parent
12fd259363
commit
6c01b74ffa
@ -1189,7 +1189,6 @@ int ssl_quic_initial_ctx(struct bind_conf *bind_conf)
|
|||||||
SSL_CTX_set_mode(ctx, SSL_MODE_RELEASE_BUFFERS);
|
SSL_CTX_set_mode(ctx, SSL_MODE_RELEASE_BUFFERS);
|
||||||
SSL_CTX_set_min_proto_version(ctx, TLS1_3_VERSION);
|
SSL_CTX_set_min_proto_version(ctx, TLS1_3_VERSION);
|
||||||
SSL_CTX_set_max_proto_version(ctx, TLS1_3_VERSION);
|
SSL_CTX_set_max_proto_version(ctx, TLS1_3_VERSION);
|
||||||
SSL_CTX_set_default_verify_paths(ctx);
|
|
||||||
|
|
||||||
#ifdef SSL_CTRL_SET_TLSEXT_HOSTNAME
|
#ifdef SSL_CTRL_SET_TLSEXT_HOSTNAME
|
||||||
#ifdef OPENSSL_IS_BORINGSSL
|
#ifdef OPENSSL_IS_BORINGSSL
|
||||||
|
Loading…
x
Reference in New Issue
Block a user