TLS: Session resumption, under the EXPERIMENTAL_TLS_RESUME build option.
[exim.git] / src / src / dbstuff.h
index 02cfa1446f8d2d00b8548d6315c8840c40cc92bb..6b1ae0ebb8484564a942cd3957321048691b13e3 100644 (file)
@@ -804,5 +804,11 @@ typedef struct {
 } dbdata_ehlo_resp;
 #endif
 
+typedef struct {
+  time_t time_stamp;
+  /*************/
+  uschar session[1];
+} dbdata_tls_session;
+
 
 /* End of dbstuff.h */