and older -> or older

This commit is contained in:
Viktor Szakats 2026-04-22 21:28:54 +02:00
parent 161e7f79f3
commit 44439068b8
No known key found for this signature in database

View file

@ -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;