OpenSSL: default to tls_eccurve = auto
[exim.git] / src / src / globals.c
index b862015a2d073f7210b8bbe6d4034e98197b2993..f83d85096ac032cbfb22f6d13b0e65efdb5598ba 100644 (file)
@@ -153,7 +153,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";
+uschar *tls_eccurve            = US"auto";
 # ifndef DISABLE_OCSP
 uschar *tls_ocsp_file          = NULL;
 # endif