Move OCSP out of EXPERIMENTAL
[exim.git] / src / src / globals.c
index f8166aadfd12bd4cd2e7967298c76e668d49fa2e..b3d2ab8c5401b509ca47a103217cb5eed97ec127 100644 (file)
@@ -150,7 +150,7 @@ that's the interop problem which has been observed: GnuTLS suggesting a higher
 bit-count as "NORMAL" (2432) and Thunderbird dropping connection. */
 int     tls_dh_max_bits        = 2236;
 uschar *tls_dhparam            = NULL;
-#if defined(EXPERIMENTAL_OCSP)
+#ifndef DISABLE_OCSP
 uschar *tls_ocsp_file          = NULL;
 #endif
 BOOL    tls_offered            = FALSE;