mirror of
https://github.com/curl/curl.git
synced 2026-08-24 21:43:32 +03:00
vauth: Moved the Negotiate authentication code to the new vauth directory
Part 1 of 2 - Moved the SSPI based Negotiate authentication code.
This commit is contained in:
parent
65f972b2e8
commit
ad5e9bfd5d
8 changed files with 350 additions and 190 deletions
|
|
@ -54,6 +54,7 @@
|
|||
#include "curl_base64.h"
|
||||
#include "cookie.h"
|
||||
#include "strequal.h"
|
||||
#include "vauth/vauth.h"
|
||||
#include "vtls/vtls.h"
|
||||
#include "http_digest.h"
|
||||
#include "curl_ntlm.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue