aboutsummaryrefslogtreecommitdiff
path: root/lib/http.c
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2016-03-13 16:02:42 +0000
committerSteve Holme <steve_holme@hotmail.com>2016-03-26 17:21:22 +0000
commitad5e9bfd5d08b5a1c5217b3eb709dc90505abaab (patch)
tree842a7a041a6a479efc95a9390573860ddf7ae0eb /lib/http.c
parent65f972b2e8f0d6ba72be1f9038f6488902e5c8aa (diff)
vauth: Moved the Negotiate authentication code to the new vauth directory
Part 1 of 2 - Moved the SSPI based Negotiate authentication code.
Diffstat (limited to 'lib/http.c')
-rw-r--r--lib/http.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/http.c b/lib/http.c
index 4b17d1227..7563708ac 100644
--- a/lib/http.c
+++ b/lib/http.c
@@ -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"