mirror of
https://github.com/curl/curl.git
synced 2026-07-24 21:47:18 +03:00
sspi: Added version information
Added version information for Windows SSPI to curl's main version string and removed SSPI from the features string.
This commit is contained in:
parent
560cd62272
commit
2976de4808
8 changed files with 90 additions and 9 deletions
|
|
@ -168,6 +168,7 @@ endif
|
|||
endif
|
||||
ifdef SSPI
|
||||
CFLAGS += -DUSE_WINDOWS_SSPI
|
||||
curl_LDADD += -lversion
|
||||
endif
|
||||
ifdef SPNEGO
|
||||
CFLAGS += -DHAVE_SPNEGO
|
||||
|
|
|
|||
|
|
@ -275,7 +275,6 @@ 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},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue