schannel.c cleanup 2

This commit is contained in:
Viktor Szakats 2026-06-12 21:28:18 +02:00
parent a4402ae443
commit cf0037bafe
No known key found for this signature in database

View file

@ -193,7 +193,7 @@ static CURLcode schannel_set_ssl_version_min_max(DWORD *enabled_protocols,
break;
}
else { /* Windows 10 or older */
failf(data, "schannel: TLS 1.3 not supported on Windows prior to 11");
failf(data, "schannel: TLS 1.3 not supported on Windows 10 or older");
return CURLE_SSL_CONNECT_ERROR;
}
}