Certificate variables and field-extractor expansions. Bug 1358
[exim.git] / src / src / structs.h
index eb430851df9669f8078d58b64e323618d0dd4600..a6c78f4fc1fb4ce1880b2d23e556896401c2b9f4 100644 (file)
@@ -540,6 +540,8 @@ typedef struct address_item {
 
   #ifdef SUPPORT_TLS
   uschar *cipher;                 /* Cipher used for transport */
+  void   *ourcert;                /* Certificate offered to peer, binary */
+  void   *peercert;               /* Certificate from peer, binary */
   uschar *peerdn;                 /* DN of server's certificate */
   #endif