Move the TLS resumption support from Experimental to mainline
[exim.git] / src / src / structs.h
index e1d989af23601210d9eab15740ef17e6a8e39497..9aab603f86676f4bbbdf87c8cb61f560eef73afc 100644 (file)
@@ -644,7 +644,7 @@ typedef struct address_item {
 #ifdef SUPPORT_I18N
     BOOL af_utf8_downcvt:1;            /* downconvert was done for delivery */
 #endif
-#ifdef EXPERIMENTAL_TLS_RESUME
+#ifndef DISABLE_TLS_RESUME
     BOOL af_tls_resume:1;              /* TLS used a resumed session */
 #endif
   } flags;