spurious compiler warning of unused var fix
[exim.git] / src / src / globals.h
index 1066306ac2ed1add2f7faf4ec409af56032c1d8e..a51e3bc50657475312548f3efbd7bf035541798a 100644 (file)
@@ -75,6 +75,7 @@ cluttered in several places (e.g. during logging) if we can always refer to
 them. Also, the tls_ variables are now always visible. */
 
 extern int     tls_active;             /* fd/socket when in a TLS session */
+extern int     tls_bits;               /* bits used in TLS session */
 extern BOOL    tls_certificate_verified; /* Client certificate verified */
 extern uschar *tls_cipher;             /* Cipher used */
 extern BOOL    tls_on_connect;         /* For older MTAs that don't STARTTLS */
@@ -102,10 +103,6 @@ extern uschar *tls_verify_certificates;/* Path for certificates to check */
 extern uschar *tls_verify_hosts;       /* Mandatory client verification */
 #endif
 
-#ifdef USE_GNUTLS
-extern 
-#endif
-
 
 /* Input-reading functions for messages, so we can use special ones for
 incoming TCP/IP. */