TLS resumption: restrict session re-use
[exim.git] / src / src / structs.h
index 46cc99ff681de9aef611de8442e43129804cb33f..9bf3aebe2fa1152d9a3a96c6fad10b84ec7551c0 100644 (file)
@@ -830,6 +830,7 @@ 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