mirror of
https://github.com/curl/curl.git
synced 2026-07-26 16:07:21 +03:00
schannel.c cleanup 2
This commit is contained in:
parent
a4402ae443
commit
cf0037bafe
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue