mirror of
https://github.com/curl/curl.git
synced 2026-07-28 09:53:06 +03:00
and newer -> or newer
This commit is contained in:
parent
44439068b8
commit
9224d37408
1 changed files with 1 additions and 1 deletions
|
|
@ -186,7 +186,7 @@ static CURLcode schannel_set_ssl_version_min_max(DWORD *enabled_protocols,
|
|||
break;
|
||||
case CURL_SSLVERSION_TLSv1_3:
|
||||
|
||||
/* Windows Server 2022 and newer */
|
||||
/* Windows Server 2022 or newer */
|
||||
if(curlx_verify_windows_version(10, 0, 20348, PLATFORM_WINNT,
|
||||
VERSION_GREATER_THAN_EQUAL)) {
|
||||
*enabled_protocols |= SP_PROT_TLS1_3_CLIENT;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue