From e66bdb99410cbae688b9267feaa076b1de46e7a3 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Wed, 22 Apr 2026 21:09:52 +0200 Subject: [PATCH] and above -> or newer --- lib/vtls/schannel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/vtls/schannel.c b/lib/vtls/schannel.c index df29097c87..0e80fe894d 100644 --- a/lib/vtls/schannel.c +++ b/lib/vtls/schannel.c @@ -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); }