From cf0037bafe234d98584a9bc65951a11fa65454a3 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Fri, 12 Jun 2026 21:28:18 +0200 Subject: [PATCH] schannel.c cleanup 2 --- 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 84bc2a5d92..3397fc593a 100644 --- a/lib/vtls/schannel.c +++ b/lib/vtls/schannel.c @@ -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; } }