Move the TLS resumption support from Experimental to mainline
[exim.git] / src / src / transports / smtp.h
index 6e63a002d93468f09602be0bb75c4d0f927e6e11..037105a00b9a4020fc60c11bd39217d91442ef1f 100644 (file)
@@ -84,7 +84,7 @@ typedef struct {
   uschar *tls_crl;
   uschar *tls_privatekey;
   uschar *tls_require_ciphers;
-# ifdef EXPERIMENTAL_TLS_RESUME
+# ifndef DISABLE_TLS_RESUME
   uschar *tls_resumption_hosts;
 # endif
   uschar *tls_sni;