X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/ce52b325c3cdc39c3dbc933fb9630d894a03feb0..c4ceed07f17f67af7d96e7fd27c92eb374e62e19:/src/src/macros.h diff --git a/src/src/macros.h b/src/src/macros.h index c1c4cc33f..9889d6813 100644 --- a/src/src/macros.h +++ b/src/src/macros.h @@ -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. */ @@ -407,7 +407,8 @@ set all the bits in a multi-word selector. */ #define LX_tls_certificate_verified 0x80100000 #define LX_tls_cipher 0x80200000 #define LX_tls_peerdn 0x80400000 -#define LX_unknown_in_list 0x80800000 +#define LX_tls_sni 0x80800000 +#define LX_unknown_in_list 0x81000000 #define L_default (L_connection_reject | \ L_delay_delivery | \