mirror of
https://github.com/curl/curl.git
synced 2026-08-01 01:58:02 +03:00
Added two fields in the connectdata struct for kerberos fiddles
This commit is contained in:
parent
db5e67e34a
commit
5ad4a52281
1 changed files with 3 additions and 0 deletions
|
|
@ -315,6 +315,9 @@ struct connectdata {
|
|||
int sec_complete;
|
||||
void *app_data;
|
||||
|
||||
struct Curl_sec_client_mech *mech;
|
||||
struct sockaddr_in local_addr;
|
||||
|
||||
#endif
|
||||
|
||||
/*************** Request - specific items ************/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue