TLS resumption: restrict session re-use
[exim.git] / src / src / structs.h
index 8c103caa82c988096286f8d4d1dfe27d5ace8bfb..9bf3aebe2fa1152d9a3a96c6fad10b84ec7551c0 100644 (file)
@@ -830,6 +830,8 @@ typedef struct {
   host_item *           host;
   int                   host_af;
   uschar *              interface;
+  uschar *             sending_ip_address;     /* used for TLS resumption */
+  int                  sock;   /* used for a bound but not connected socket */
 
 #ifdef SUPPORT_DANE
   BOOL dane:1;                 /* connection must do dane */