mirror of
https://github.com/curl/curl.git
synced 2026-07-03 11:47:20 +03:00
Changed Schannel string to SSL-Windows-native.
This is more descriptive for the user who might not even know what schannnel is at all.
This commit is contained in:
parent
819afe46ee
commit
32ce7f19b2
1 changed files with 1 additions and 1 deletions
|
|
@ -977,7 +977,7 @@ void Curl_schannel_cleanup()
|
|||
|
||||
size_t Curl_schannel_version(char *buffer, size_t size)
|
||||
{
|
||||
size = snprintf(buffer, size, "schannel");
|
||||
size = snprintf(buffer, size, "SSL-Windows-native");
|
||||
|
||||
return size;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue