Various SASL fixes.
[exim.git] / src / src / globals.c
index a5516b91d88246d8c8ec7d0daa017e66ac534e63..6124cb585591972f1dcc17300f8a48c1eb7bb865 100644 (file)
@@ -94,6 +94,7 @@ cluttered in several places (e.g. during logging) if we can always refer to
 them. Also, the tls_ variables are now always visible. */
 
 BOOL    tls_active             = -1;
+int     tls_bits               = 0;
 BOOL    tls_certificate_verified = FALSE;
 uschar *tls_cipher             = NULL;
 BOOL    tls_on_connect         = FALSE;