Copyright year updates.
[exim.git] / src / src / spool_in.c
index bdc3903c048a3201aad2f6812487a369233e7f5b..3c611a505590562efb1b787b2ad09d108ba45532 100644 (file)
@@ -2,7 +2,7 @@
 *     Exim - an Internet mail transport agent    *
 *************************************************/
 
-/* Copyright (c) University of Cambridge 1995 - 2009 */
+/* Copyright (c) University of Cambridge 1995 - 2012 */
 /* See the file NOTICE for conditions of use and distribution. */
 
 /* Functions for reading spool files. When compiling for a utility (eximon),
@@ -286,10 +286,8 @@ dkim_collect_input = FALSE;
 tls_certificate_verified = FALSE;
 tls_cipher = NULL;
 tls_peerdn = NULL;
-#ifndef USE_GNUTLS
 tls_sni = NULL;
 #endif
-#endif
 
 #ifdef WITH_CONTENT_SCAN
 spam_score_int = NULL;
@@ -552,10 +550,8 @@ for (;;)
       tls_cipher = string_copy(big_buffer + 12);
     else if (Ustrncmp(p, "ls_peerdn", 9) == 0)
       tls_peerdn = string_unprinting(string_copy(big_buffer + 12));
-    #ifndef USE_GNUTLS
     else if (Ustrncmp(p, "ls_sni", 6) == 0)
       tls_sni = string_unprinting(string_copy(big_buffer + 9));
-    #endif
     break;
     #endif