]> git.ipfire.org Git - thirdparty/curl.git/commit
schannel: remove version number and identify its use with 'schannel' literal
authorYang Tse <yangsita@gmail.com>
Wed, 13 Jun 2012 13:53:51 +0000 (15:53 +0200)
committerYang Tse <yangsita@gmail.com>
Wed, 13 Jun 2012 14:42:48 +0000 (16:42 +0200)
commit819afe46eeab2c7fa4738e4d77fa2a79a7bb8ebe
tree14bb997f237faf1249737cd0580fda083bdab5e9
parentc13af843727c06ffec1031129ec5c30dfcd5066e
schannel: remove version number and identify its use with 'schannel' literal

Version number is removed in order to make this info consistent with
how we do it with other MS and Linux system libraries for which we don't
provide this info.

Identifier changed from 'WinSSPI' to 'schannel' given that this is the
actual provider of the SSL/TLS support. libcurl can still be built with
SSPI and without SCHANNEL support.
13 files changed:
RELEASE-NOTES
configure.ac
docs/FEATURES
lib/Makefile.m32
lib/Makefile.vc6
lib/curl_schannel.c
lib/curl_schannel.h
lib/curl_sspi.c
lib/curl_sspi.h
lib/version.c
src/Makefile.m32
src/Makefile.vc6
winbuild/MakefileBuild.vc