mirror of
https://github.com/curl/curl.git
synced 2026-08-25 12:03:39 +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
|
|
@ -169,6 +169,7 @@ endif
|
|||
endif
|
||||
ifdef SSPI
|
||||
CFLAGS += -DUSE_WINDOWS_SSPI
|
||||
DLL_LIBS += -lversion
|
||||
endif
|
||||
ifdef SPNEGO
|
||||
CFLAGS += -DHAVE_SPNEGO
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue