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
1 changed files with 1 additions and 0 deletions

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. */