aboutsummaryrefslogtreecommitdiff
path: root/lib/http.c
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2011-08-28 02:00:02 +0200
committerYang Tse <yangsita@gmail.com>2011-08-28 02:00:02 +0200
commit662c1d87f3933a7deece63d484f4c0c248a13ded (patch)
tree12a73610ef57cd4c588ae463e9bb4ac3e4833f8f /lib/http.c
parent135f69405804ac9ea73491704be5dfa447a155b0 (diff)
NTLM: END of refactoring/splitting/moving
First: File curl_ntlm.h renamed curl_ntlm_msgs.h File curl_ntlm.c renamed curl_ntlm_msgs.c Afterwards: File http_ntlm.c renamed curl_ntlm.c File http_ntlm.h renamed curl_ntlm.h
Diffstat (limited to 'lib/http.c')
-rw-r--r--lib/http.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/http.c b/lib/http.c
index 36062d7c2..ef3953ec0 100644
--- a/lib/http.c
+++ b/lib/http.c
@@ -62,7 +62,7 @@
#include "strequal.h"
#include "sslgen.h"
#include "http_digest.h"
-#include "http_ntlm.h"
+#include "curl_ntlm.h"
#include "curl_ntlm_wb.h"
#include "http_negotiate.h"
#include "url.h"