aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-03-11 15:10:36 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-03-11 15:10:36 +0000
commit84bc23b92f3e22722b965ae460ca8d3413293d3b (patch)
tree36f86547e18679039fee3da17480b5ca19121888 /src
parentd90472dd645429d0b016f0b30dcf889a25aa1240 (diff)
curl_version_info() returns the feature bit CURL_VERSION_SSPI
Diffstat (limited to 'src')
-rw-r--r--src/main.c1
1 files changed, 1 insertions, 0 deletions
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}
};