mirror of
https://github.com/curl/curl.git
synced 2026-06-15 07:55:38 +03:00
and above -> or newer
This commit is contained in:
parent
9e5ead016b
commit
e66bdb9941
1 changed files with 1 additions and 1 deletions
|
|
@ -2616,7 +2616,7 @@ static int schannel_init(void)
|
|||
s_win_has_alpn = (ver >= 6);
|
||||
}
|
||||
else {
|
||||
/* ALPN is supported on Windows 8.1 / Server 2012 R2 and above. */
|
||||
/* ALPN is supported on Windows 8.1 / Server 2012 R2 or newer. */
|
||||
s_win_has_alpn = curlx_verify_windows_version(6, 3, 0, PLATFORM_WINNT,
|
||||
VERSION_GREATER_THAN_EQUAL);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue