mirror of
https://github.com/curl/curl.git
synced 2026-08-12 05:40:53 +03:00
and older -> or older
This commit is contained in:
parent
161e7f79f3
commit
44439068b8
1 changed files with 1 additions and 1 deletions
|
|
@ -167,7 +167,7 @@ static CURLcode schannel_set_ssl_version_min_max(DWORD *enabled_protocols,
|
|||
VERSION_GREATER_THAN_EQUAL)) {
|
||||
ssl_version_max = CURL_SSLVERSION_MAX_TLSv1_3;
|
||||
}
|
||||
else /* Windows 10 and older */
|
||||
else /* Windows 10 or older */
|
||||
ssl_version_max = CURL_SSLVERSION_MAX_TLSv1_2;
|
||||
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue