OCSP observability: variables $tls_{in,out}_ocsp
[exim.git] / src / src / smtp_in.c
index 6810d25e3d3c47cca2d96591d656ecd827d796a5..82a805a21a0f03703b6d838aa87c035b27f2a16c 100644 (file)
@@ -1820,6 +1820,7 @@ authenticated_by = NULL;
 tls_in.cipher = tls_in.peerdn = NULL;
 tls_in.ourcert = tls_in.peercert = NULL;
 tls_in.sni = NULL;
+tls_in.ocsp = OCSP_NOT_REQ;
 tls_advertised = FALSE;
 #endif