More bug-fixes, GSASL DIGEST-MD5 now works.
[exim.git] / src / src / globals.h
index 4ed3950dfef60684b92031d810eb8e5deb0dda40..58fdb0a0cc7a9ffbcae5eb5e7bf6737c676d4e45 100644 (file)
@@ -90,6 +90,7 @@ extern uschar *openssl_options;        /* OpenSSL compatibility options */
 extern const pcre *regex_STARTTLS;     /* For recognizing STARTTLS settings */
 extern uschar *tls_advertise_hosts;    /* host for which TLS is advertised */
 extern uschar *tls_certificate;        /* Certificate file */
+extern uschar *tls_channelbinding_b64; /* string of base64 channel binding */
 extern uschar *tls_crl;                /* CRL File */
 extern uschar *tls_dhparam;            /* DH param file */
 extern BOOL    tls_offered;            /* Server offered TLS */