From c62c48ef444b0e8b32d7f65d181e0a80921c584d Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Wed, 22 Apr 2026 21:29:45 +0200 Subject: [PATCH] and older -> or older --- 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 29126073e3..c870b3c5f5 100644 --- a/lib/vtls/schannel.c +++ b/lib/vtls/schannel.c @@ -192,7 +192,7 @@ static CURLcode schannel_set_ssl_version_min_max(DWORD *enabled_protocols, *enabled_protocols |= SP_PROT_TLS1_3_CLIENT; break; } - else { /* Windows 10 and older */ + else { /* Windows 10 or older */ failf(data, "schannel: TLS 1.3 not supported on Windows prior to 11"); return CURLE_SSL_CONNECT_ERROR; }