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
Родитель db5e67e34a
Коммит 5ad4a52281
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -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 ************/