aboutsummaryrefslogtreecommitdiff
path: root/lib/vtls/schannel_verify.c
diff options
context:
space:
mode:
authorDaniel Gustafsson <daniel@yesql.se>2018-11-07 10:11:13 +0100
committerDaniel Gustafsson <daniel@yesql.se>2018-11-07 10:11:13 +0100
commit8a49b291cb2900f48927facae3cb170475a2558e (patch)
tree8ad88943323ea47d2e9a77bbe216355845260cf1 /lib/vtls/schannel_verify.c
parent64f9d391ed7bc08bb9ddfceb104fcc037f4623e5 (diff)
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 <daniel@haxx.se>
Diffstat (limited to 'lib/vtls/schannel_verify.c')
-rw-r--r--lib/vtls/schannel_verify.c2
1 files changed, 1 insertions, 1 deletions
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.
*/