and above -> or newer

This commit is contained in:
Viktor Szakats 2026-04-22 21:09:52 +02:00
parent 9e5ead016b
commit e66bdb9941
No known key found for this signature in database

View file

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