Add tls_eccurve main config option. Bug 1397
[exim.git] / src / src / globals.c
index cb1e8de397b6bcc4e87002a842d771907e3afd14..63674e51c8620116969b82836774f7392cf9ba25 100644 (file)
@@ -156,6 +156,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;
+uschar *tls_eccurve            = US"prime256v1";
 #ifndef DISABLE_OCSP
 uschar *tls_ocsp_file          = NULL;
 #endif