Move the TLS resumption support from Experimental to mainline
[exim.git] / src / src / smtp_in.c
index b3d1acbf94bed98c1ae952deaf37dc8f356f411b..412ef4df00a2e57244074cd583b6df7df0d05411 100644 (file)
@@ -1801,7 +1801,7 @@ s_tlslog(gstring * g)
 if (LOGGING(tls_cipher) && tls_in.cipher)
   {
   g = string_append(g, 2, US" X=", tls_in.cipher);
-#ifdef EXPERIMENTAL_TLS_RESUME
+#ifndef DISABLE_TLS_RESUME
   if (LOGGING(tls_resumption) && tls_in.resumption & RESUME_USED)
     g = string_catn(g, US"*", 1);
 #endif