mirror of
https://github.com/curl/curl.git
synced 2026-07-01 01:29:08 +03:00
and older -> or older
This commit is contained in:
parent
9224d37408
commit
c62c48ef44
1 changed files with 1 additions and 1 deletions
|
|
@ -192,7 +192,7 @@ static CURLcode schannel_set_ssl_version_min_max(DWORD *enabled_protocols,
|
|||
*enabled_protocols |= SP_PROT_TLS1_3_CLIENT;
|
||||
break;
|
||||
}
|
||||
else { /* Windows 10 and older */
|
||||
else { /* Windows 10 or older */
|
||||
failf(data, "schannel: TLS 1.3 not supported on Windows prior to 11");
|
||||
return CURLE_SSL_CONNECT_ERROR;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue