mirror of
https://github.com/curl/curl.git
synced 2026-07-29 04:33:06 +03:00
drop another version check
This commit is contained in:
parent
c2a21c8b42
commit
eb489ca4bb
1 changed files with 1 additions and 1 deletions
|
|
@ -752,7 +752,7 @@ mbed_connect_step1(struct Curl_cfilter *cf, struct Curl_easy *data)
|
|||
return CURLE_SSL_CONNECT_ERROR;
|
||||
}
|
||||
|
||||
#if defined(HAS_SESSION_TICKETS) && MBEDTLS_VERSION_NUMBER >= 0x03060100
|
||||
#ifdef HAS_SESSION_TICKETS
|
||||
/* New in mbedTLS 3.6.1, need to enable, default is now disabled */
|
||||
mbedtls_ssl_conf_tls13_enable_signal_new_session_tickets(&backend->config,
|
||||
MBEDTLS_SSL_TLS1_3_SIGNAL_NEW_SESSION_TICKETS_ENABLED);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue