OpenSSL: better handling of $tls_{in,out}_certificate_verified under resumption
[exim.git] / src / src / globals.h
index 1aacaf7e64aed97ca9f4f37b1db999bcfaf8c5e0..e98ff7fe1d69c99a90aaa7752fbaee263b75d8b5 100644 (file)
@@ -108,6 +108,7 @@ typedef struct {
   BOOL   host_resumable:1;
   BOOL   ticket_received:1;
 #endif
+  BOOL   verify_override:1;    /* certificate_verified only due to tls_try_verify_hosts */
 } tls_support;
 extern tls_support tls_in;
 extern tls_support tls_out;