1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

Added a separate struct for the proxyntlm data, as it will/can be different

than the remote server's. That is, both the server and the proxy can in
fact require NTLM auth.
This commit is contained in:
Daniel Stenberg 2003-07-22 09:58:18 +00:00
parent cefc8ba938
commit 6f2a4d290f

View File

@ -537,6 +537,7 @@ struct connectdata {
struct ntlmdata ntlm; /* NTLM differs from other authentication schemes
because it authenticates connections, not
single requests! */
struct ntlmdata proxyntlm; /* NTLM data for proxy */
};
/* The end of connectdata. */