Skip to content

Commit

Permalink
Make Curl_schannel_version() return "WinSSL"
Browse files Browse the repository at this point in the history
Modification based on voting result:

http://curl.haxx.se/mail/lib-2012-07/0104.html
  • Loading branch information
yangtse committed Jul 9, 2012
1 parent 40cd996 commit 4ab2d26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/curl_schannel.c
Original file line number Diff line number Diff line change
Expand Up @@ -1166,7 +1166,7 @@ void Curl_schannel_cleanup(void)

size_t Curl_schannel_version(char *buffer, size_t size)
{
size = snprintf(buffer, size, "SSL-Windows-native");
size = snprintf(buffer, size, "WinSSL");

return size;
}
Expand Down

0 comments on commit 4ab2d26

Please sign in to comment.