Add tls_eccurve main config option. Bug 1397
[exim.git] / src / src / globals.h
index 18dcf2fd052a18f20574876db9648bdca4a92c44..36c25906e8985cce25b0273a10ef5aa53efcaaaa 100644 (file)
@@ -118,6 +118,7 @@ extern uschar *tls_channelbinding_b64; /* string of base64 channel binding */
 extern uschar *tls_crl;                /* CRL File */
 extern int     tls_dh_max_bits;        /* don't accept higher lib suggestions */
 extern uschar *tls_dhparam;            /* DH param file */
+extern uschar *tls_eccurve;            /* EC curve */
 #ifndef DISABLE_OCSP
 extern uschar *tls_ocsp_file;          /* OCSP stapling proof file */
 #endif