diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.m32 | 1 | ||||
-rw-r--r-- | src/tool_getparam.c | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.m32 b/src/Makefile.m32 index 69732e3c5..17c6116c8 100644 --- a/src/Makefile.m32 +++ b/src/Makefile.m32 @@ -168,7 +168,6 @@ endif endif ifdef SSPI CFLAGS += -DUSE_WINDOWS_SSPI - curl_LDADD += -lversion endif ifdef SPNEGO CFLAGS += -DHAVE_SPNEGO diff --git a/src/tool_getparam.c b/src/tool_getparam.c index 0245edac2..5a24cc8a9 100644 --- a/src/tool_getparam.c +++ b/src/tool_getparam.c @@ -275,6 +275,7 @@ static const struct feat feats[] = { {"NTLM_WB", CURL_VERSION_NTLM_WB}, {"SPNEGO", CURL_VERSION_SPNEGO}, {"SSL", CURL_VERSION_SSL}, + {"SSPI", CURL_VERSION_SSPI}, {"krb4", CURL_VERSION_KERBEROS4}, {"libz", CURL_VERSION_LIBZ}, {"CharConv", CURL_VERSION_CONV}, |