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:
		@@ -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. */
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user