Added a separate struct for the proxyntlm data, as it will/can be different
authorDaniel Stenberg <daniel@haxx.se>
Tue, 22 Jul 2003 09:58:18 +0000 (09:58 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 22 Jul 2003 09:58:18 +0000 (09:58 +0000)
than the remote server's. That is, both the server and the proxy can in
fact require NTLM auth.

lib/urldata.h

index abc9444..3318b7f 100644 (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. */