Move the TLS resumption support from Experimental to mainline
[users/heiko/exim.git] / src / src / receive.c
index 0fbd35f82f7e663a355d3a3496e6968000e27848..df8719ec666a6eaeea95ea890405a673911045f8 100644 (file)
@@ -3994,7 +3994,7 @@ g = add_host_info_for_log(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