TLS resumption: restrict session re-use
[exim.git] / src / src / globals.h
index 8a6405b475350563e39cb3db3276b9b440f215d3..e8635eefcf9d08f6ec08c5b97e5b6e9f4c7a158c 100644 (file)
@@ -108,6 +108,9 @@ typedef struct {
     OCSP_VFIED                 /* verified */
     }     ocsp;                      /* Stapled OCSP status */
 #ifndef DISABLE_TLS_RESUME
+  hctx   resume_hctx;          /* session lookup key accumulation */
+  const uschar * resume_index; /* session lookup key */
+
   unsigned resumption;         /* Session resumption */
   BOOL   host_resumable:1;
   BOOL   ticket_received:1;