TLS: variables $tls_(in,out)_tlsver
[exim.git] / src / src / smtp_in.c
index bd29d2c1f9b74619050b4ae6e39b73127f6bb704..ddf98ec61cdf73fdd162de277a1d3c0b4a02bac9 100644 (file)
@@ -2466,7 +2466,7 @@ if (!host_checking && !f.sender_host_notsocket)
 authenticated_by = NULL;
 
 #ifndef DISABLE_TLS
-tls_in.cipher = tls_in.peerdn = NULL;
+tls_in.ver = tls_in.cipher = tls_in.peerdn = NULL;
 tls_in.ourcert = tls_in.peercert = NULL;
 tls_in.sni = NULL;
 tls_in.ocsp = OCSP_NOT_REQ;