Add tls_eccurve main config option. Bug 1397
[exim.git] / src / src / readconf.c
index a36fdd3b7e327c966bbb2959f03c65ab391dc945..8b43c7a9fb183789962e9c6c3c9de84a83984211 100644 (file)
@@ -448,6 +448,7 @@ static optionlist optionlist_config[] = {
   { "tls_crl",                  opt_stringptr,   &tls_crl },
   { "tls_dh_max_bits",          opt_int,         &tls_dh_max_bits },
   { "tls_dhparam",              opt_stringptr,   &tls_dhparam },
+  { "tls_eccurve",              opt_stringptr,   &tls_eccurve },
 # ifndef DISABLE_OCSP
   { "tls_ocsp_file",            opt_stringptr,   &tls_ocsp_file },
 # endif