summaryrefslogtreecommitdiff
path: root/lib/curl_sspi.h
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2012-06-13 15:53:51 +0200
committerYang Tse <yangsita@gmail.com>2012-06-13 16:42:48 +0200
commit819afe46eeab2c7fa4738e4d77fa2a79a7bb8ebe (patch)
tree14bb997f237faf1249737cd0580fda083bdab5e9 /lib/curl_sspi.h
parentc13af843727c06ffec1031129ec5c30dfcd5066e (diff)
downloadgnurl-819afe46eeab2c7fa4738e4d77fa2a79a7bb8ebe.tar.gz
gnurl-819afe46eeab2c7fa4738e4d77fa2a79a7bb8ebe.tar.bz2
gnurl-819afe46eeab2c7fa4738e4d77fa2a79a7bb8ebe.zip
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.
Diffstat (limited to 'lib/curl_sspi.h')
-rw-r--r--lib/curl_sspi.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/curl_sspi.h b/lib/curl_sspi.h
index 7e8880346..4e7d4cfe6 100644
--- a/lib/curl_sspi.h
+++ b/lib/curl_sspi.h
@@ -42,7 +42,6 @@
CURLcode Curl_sspi_global_init(void);
void Curl_sspi_global_cleanup(void);
-CURLcode Curl_sspi_version(int *major, int *minor, int *build, int *special);
/* Forward-declaration of global variables defined in curl_sspi.c */