diff options
-rw-r--r-- | lib/urldata.h | 3 |
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 ************/ |