From 84bc23b92f3e22722b965ae460ca8d3413293d3b Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 11 Mar 2005 15:10:36 +0000 Subject: curl_version_info() returns the feature bit CURL_VERSION_SSPI --- src/main.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/main.c b/src/main.c index 2d80e726f..0565abd42 100644 --- a/src/main.c +++ b/src/main.c @@ -2098,6 +2098,7 @@ static ParameterError getparameter(char *flag, /* f or -long-flag */ {"NTLM", CURL_VERSION_NTLM}, {"SPNEGO", CURL_VERSION_SPNEGO}, {"SSL", CURL_VERSION_SSL}, + {"SSPI", CURL_VERSION_SSPI}, {"krb4", CURL_VERSION_KERBEROS4}, {"libz", CURL_VERSION_LIBZ} }; -- cgit v1.2.3