diff options
author | Daniel Gustafsson <daniel@yesql.se> | 2018-11-07 10:11:13 +0100 |
---|---|---|
committer | Daniel Gustafsson <daniel@yesql.se> | 2018-11-07 10:11:13 +0100 |
commit | 8a49b291cb2900f48927facae3cb170475a2558e (patch) | |
tree | 8ad88943323ea47d2e9a77bbe216355845260cf1 /docs/libcurl | |
parent | 64f9d391ed7bc08bb9ddfceb104fcc037f4623e5 (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 'docs/libcurl')
-rw-r--r-- | docs/libcurl/opts/CURLINFO_CERTINFO.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/libcurl/opts/CURLINFO_CERTINFO.3 b/docs/libcurl/opts/CURLINFO_CERTINFO.3 index 29f29ec8d..110e1559b 100644 --- a/docs/libcurl/opts/CURLINFO_CERTINFO.3 +++ b/docs/libcurl/opts/CURLINFO_CERTINFO.3 @@ -71,8 +71,8 @@ if(curl) { } .fi .SH AVAILABILITY -This option is only working in libcurl built with OpenSSL, NSS, schannel or -GSKit support. schannel support added in 7.50.0 +This option is only working in libcurl built with OpenSSL, NSS, Schannel or +GSKit support. Schannel support added in 7.50.0 Added in 7.19.1 .SH RETURN VALUE |