Move the TLS resumption support from Experimental to mainline
[exim.git] / src / src / spool_in.c
index a0147d5eed1d540eb80d88638672eb2f765a8f89..4b70780bcbddb66c577bcde2a4bcf224fd63c454 100644 (file)
@@ -683,7 +683,7 @@ for (;;)
        tls_in.sni = string_unprinting(string_copy_taint(q+4, tainted));
       else if (Ustrncmp(q, "ocsp", 4) == 0)
        tls_in.ocsp = q[5] - '0';
-# ifdef EXPERIMENTAL_TLS_RESUME
+# ifndef DISABLE_TLS_RESUME
       else if (Ustrncmp(q, "resumption", 10) == 0)
        tls_in.resumption = q[11] - 'A';
 # endif