aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-08-17 10:13:32 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-08-17 10:13:32 +0000
commit5ad4a522811b799480b6cc32335c36b62ebc98a0 (patch)
treeb4d3b348150997ec455b8e0a23cdfcbbf11d34bd /lib
parentdb5e67e34a3c77fb0bbfa33f67825864eb6b069f (diff)
Added two fields in the connectdata struct for kerberos fiddles
Diffstat (limited to 'lib')
-rw-r--r--lib/urldata.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/urldata.h b/lib/urldata.h
index 01cafb5b1..a050d020f 100644
--- a/lib/urldata.h
+++ b/lib/urldata.h
@@ -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 ************/