diff options
author | Phil Pennock <pdp@exim.org> | 2012-02-05 19:55:37 -0500 |
---|---|---|
committer | Phil Pennock <pdp@exim.org> | 2012-02-05 19:55:37 -0500 |
commit | b9c5be1c924b3414d135b40d6d75d6bd9af2f21e (patch) | |
tree | 84cd7a0cbc50c0d6d5e8b62aeef89d2e6cddb491 /src | |
parent | 44bbabb570db6e700a31469a0faf2ac27bf3bfe0 (diff) |
remove stray globals block
Diffstat (limited to 'src')
-rw-r--r-- | src/src/globals.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/src/globals.h b/src/src/globals.h index 1066306ac..58fdb0a0c 100644 --- a/src/src/globals.h +++ b/src/src/globals.h @@ -102,10 +102,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. */ |