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 /projects | |
parent | 64f9d391ed7bc08bb9ddfceb104fcc037f4623e5 (diff) | |
download | curl-8a49b291cb2900f48927facae3cb170475a2558e.tar.gz |
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 'projects')
-rw-r--r-- | projects/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/README b/projects/README index 99b1d7a29..be3e1e0e3 100644 --- a/projects/README +++ b/projects/README @@ -152,7 +152,7 @@ Legacy Windows and SSL ====================== Some of the project configurations allow the use of WinSSL (specifically - SChannel from Windows SSPI), the native SSL library in Windows. However, + Schannel from Windows SSPI), the native SSL library in Windows. However, WinSSL in Windows <= XP is unable to connect to servers that no longer support the legacy handshakes and algorithms used by those versions. If you will be using curl in one of those earlier versions of Windows you |