mirror of
https://github.com/curl/curl.git
synced 2026-08-25 08:13:31 +03:00
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>
This commit is contained in:
parent
64f9d391ed
commit
8a49b291cb
7 changed files with 12 additions and 13 deletions
|
|
@ -248,7 +248,7 @@ look for dynamic import symbols.
|
|||
|
||||
## Legacy Windows and SSL
|
||||
|
||||
WinSSL (specifically SChannel from Windows SSPI), is the native SSL library in
|
||||
WinSSL (specifically Schannel from Windows SSPI), is 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue