mirror of
https://github.com/haproxy/haproxy.git
synced 2026-06-09 08:51:28 -04: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
1 changed files with 0 additions and 1 deletions
|
|
@ -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_min_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 OPENSSL_IS_BORINGSSL
|
||||
|
|
|
|||
Loading…
Reference in a new issue