aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorGuenter Knauf <lists@gknw.net>2012-06-13 19:29:45 +0200
committerGuenter Knauf <lists@gknw.net>2012-06-13 19:29:45 +0200
commit32ce7f19b207d9c7ab8f8036254cc3ba10eeeddb (patch)
treee99b4383c38e4976e4038d8074091a9ecc8f431e /lib
parent819afe46eeab2c7fa4738e4d77fa2a79a7bb8ebe (diff)
Changed Schannel string to SSL-Windows-native.
This is more descriptive for the user who might not even know what schannnel is at all.
Diffstat (limited to 'lib')
-rw-r--r--lib/curl_schannel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/curl_schannel.c b/lib/curl_schannel.c
index 0f49e8d7d..7dd227ea4 100644
--- a/lib/curl_schannel.c
+++ b/lib/curl_schannel.c
@@ -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;
}