Make $tls_out_ocsp visible to TPDA (mostly testsuite)
[exim.git] / src / src / globals.h
index 9a42fe27e528e9a5e0863aaffe897a15dc1bcd52..8b55321f91c7d7872cb5f1d921138487b2bc94a7 100644 (file)
@@ -92,7 +92,8 @@ typedef struct {
   enum {
     OCSP_NOT_REQ=0,            /* not requested */
     OCSP_NOT_RESP,             /* no response to request */
-    OCSP_NOT_VFY,              /* response not verified */
+    OCSP_VFY_NOT_TRIED,                /* response not verified */
+    OCSP_FAILED,               /* verify failed */
     OCSP_VFIED                 /* verified */
     }     ocsp;                      /* Stapled OCSP status */
 } tls_support;