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
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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. */