Added two fields in the connectdata struct for kerberos fiddles
This commit is contained in:
parent
db5e67e34a
commit
5ad4a52281
@ -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 ************/
|
||||||
|
Loading…
Reference in New Issue
Block a user