X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/80c974f8633781c6f10a196ed33e6cdce605bcd4..018058b21d17a988ed29cf31a7002da74b599d1a:/src/src/structs.h?ds=sidebyside diff --git a/src/src/structs.h b/src/src/structs.h index a6c78f4fc..aba579f89 100644 --- a/src/src/structs.h +++ b/src/src/structs.h @@ -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 */