mirror of
https://github.com/curl/curl.git
synced 2026-08-07 21:52:57 +03:00
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
This commit is contained in:
parent
135f694058
commit
662c1d87f3
13 changed files with 1339 additions and 1339 deletions
|
|
@ -78,7 +78,7 @@
|
|||
#include "getinfo.h"
|
||||
#include "sslgen.h"
|
||||
#include "http_digest.h"
|
||||
#include "http_ntlm.h"
|
||||
#include "curl_ntlm.h"
|
||||
#include "http_negotiate.h"
|
||||
#include "share.h"
|
||||
#include "curl_memory.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue