Move the TLS resumption support from Experimental to mainline
[exim.git] / src / src / spool_out.c
index 539ad3d72ce63a22e5815e608106a0b29c4cf20f..5d658fd74efb1cf729bcfcffd3e20f588e58038c 100644 (file)
@@ -261,7 +261,7 @@ if (tls_in.ourcert)
     fprintf(fp, "-tls_ourcert %s\n", CS big_buffer);
   }
 if (tls_in.ocsp)        fprintf(fp, "-tls_ocsp %d\n",   tls_in.ocsp);
-# ifdef EXPERIMENTAL_TLS_RESUME
+# ifndef DISABLE_TLS_RESUME
 fprintf(fp, "-tls_resumption %c\n", 'A' + tls_in.resumption);
 # endif
 if (tls_in.ver) spool_var_write(fp, US"tls_ver", tls_in.ver);