TLS: variables $tls_(in,out)_tlsver
[users/jgh/exim.git] / src / src / structs.h
index 6662e6458ddcf6e3e5175ae6f16f7963cb248711..1d867c5b65c36fa5b5e3c91289c4494f0a2d9ec2 100644 (file)
@@ -570,6 +570,7 @@ typedef struct address_item {
   uschar *shadow_message;         /* info about shadow transporting */
 
 #ifndef DISABLE_TLS
+  const uschar *tlsver;           /* version used for transport */
   uschar *cipher;                 /* Cipher used for transport */
   void   *ourcert;                /* Certificate offered to peer, binary */
   void   *peercert;               /* Certificate from peer, binary */