From 8a49b291cb2900f48927facae3cb170475a2558e Mon Sep 17 00:00:00 2001 From: Daniel Gustafsson Date: Wed, 7 Nov 2018 10:11:13 +0100 Subject: winssl: be consistent in Schannel capitalization The productname from Microsoft is "Schannel", but in infof/failf reporting we use "schannel". This removes different versions. Closes #3243 Reviewed-by: Daniel Stenberg --- lib/vtls/schannel_verify.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/vtls/schannel_verify.c') diff --git a/lib/vtls/schannel_verify.c b/lib/vtls/schannel_verify.c index 1b34bf725..8b21624ba 100644 --- a/lib/vtls/schannel_verify.c +++ b/lib/vtls/schannel_verify.c @@ -23,7 +23,7 @@ ***************************************************************************/ /* - * Source file for SChannel-specific certificate verification. This code should + * Source file for Schannel-specific certificate verification. This code should * only be invoked by code in schannel.c. */ -- cgit v1.2.3