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:
Guenter Knauf 2012-06-13 19:29:45 +02:00
parent 819afe46ee
commit 32ce7f19b2
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}