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:
Steve Holme 2016-03-13 16:02:42 +00:00
parent 65f972b2e8
commit ad5e9bfd5d
8 changed files with 350 additions and 190 deletions

View file

@ -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"