Skip to content
Snippets Groups Projects
Commit 6f2a4d29 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

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.
parent cefc8ba9
No related branches found
No related tags found
No related merge requests found
......@@ -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. */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment