aboutsummaryrefslogtreecommitdiff
path: root/lib/http_digest.c
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2015-09-12 13:30:58 +0100
committerSteve Holme <steve_holme@hotmail.com>2016-03-25 12:05:23 +0000
commit51358a3f403c90bd77b9836860c095098feac53a (patch)
tree2ff0fe80682cbac2e1e3b94f9b14c30fcc917f10 /lib/http_digest.c
parentec5b8dc64797789d34023ab6f843eb0cfa3953b9 (diff)
vauth: Moved the DIGEST authentication code to the new vauth directory
Diffstat (limited to 'lib/http_digest.c')
-rw-r--r--lib/http_digest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/http_digest.c b/lib/http_digest.c
index dc867d52e..de7a92384 100644
--- a/lib/http_digest.c
+++ b/lib/http_digest.c
@@ -26,7 +26,7 @@
#include "urldata.h"
#include "rawstr.h"
-#include "curl_sasl.h"
+#include "vauth/vauth.h"
#include "http_digest.h"
#include "curl_printf.h"