Support OCSP Stapling under GnuTLS. Bug 1459
[exim.git] / src / src / globals.c
index cb014fbe8d8e8f2d977e6b9343a96907c2da4bfd..da81b8db52d5c8133d060cea6ca47878dfdbc79d 100644 (file)
@@ -137,7 +137,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) && !defined(USE_GNUTLS)
+#if defined(EXPERIMENTAL_OCSP)
 uschar *tls_ocsp_file          = NULL;
 #endif
 BOOL    tls_offered            = FALSE;