Make $tls_out_ocsp visible to TPDA (mostly testsuite)
[exim.git] / src / src / structs.h
index a6c78f4fc1fb4ce1880b2d23e556896401c2b9f4..aba579f892892764a7a2b1a8333c83a0f35590c7 100644 (file)
@@ -543,6 +543,7 @@ typedef struct address_item {
   void   *ourcert;                /* Certificate offered to peer, binary */
   void   *peercert;               /* Certificate from peer, binary */
   uschar *peerdn;                 /* DN of server's certificate */
+  int    ocsp;                   /* OCSP status of peer cert */
   #endif
 
   uschar *authenticator;         /* auth driver name used by transport */