From 5ad4a522811b799480b6cc32335c36b62ebc98a0 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 17 Aug 2001 10:13:32 +0000 Subject: Added two fields in the connectdata struct for kerberos fiddles --- lib/urldata.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib') 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 ************/ -- cgit v1.2.3