mirror of
https://github.com/curl/curl.git
synced 2026-08-25 06:03:32 +03:00
http_negotiate: Combine GSS-API and SSPI source files
As the GSS-API and SSPI based source files are no longer library/API specific, following the extraction of that authentication code to the vauth directory, combine these files rather than maintain two separate versions.
This commit is contained in:
parent
6d6f9ca1d9
commit
4adee1947c
5 changed files with 38 additions and 150 deletions
|
|
@ -574,7 +574,6 @@ X_OBJS= \
|
|||
$(DIROBJ)\http_chunks.obj \
|
||||
$(DIROBJ)\http_digest.obj \
|
||||
$(DIROBJ)\http_negotiate.obj \
|
||||
$(DIROBJ)\http_negotiate_sspi.obj \
|
||||
$(DIROBJ)\http_proxy.obj \
|
||||
$(DIROBJ)\idn_win32.obj \
|
||||
$(DIROBJ)\if2ip.obj \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue