Added two fields in the connectdata struct for kerberos fiddles

This commit is contained in:
Daniel Stenberg 2001-08-17 10:13:32 +00:00
parent db5e67e34a
commit 5ad4a52281

View File

@ -315,6 +315,9 @@ struct connectdata {
int sec_complete; int sec_complete;
void *app_data; void *app_data;
struct Curl_sec_client_mech *mech;
struct sockaddr_in local_addr;
#endif #endif
/*************** Request - specific items ************/ /*************** Request - specific items ************/