Fixup testsuite cases affected by dual-tls - mainly EHLO on callouts.
[exim.git] / src / src / expand.c
index 3fb431c2e2d994dd926688d66ca67556fca6992b..f3bd3f162c2a6c8dd50d65e4fc9475797baae1cb 100644 (file)
@@ -621,7 +621,7 @@ static var_entry var_table[] = {
   { "tls_sni",             vtype_stringptr,   &tls_in.sni },
 #endif
   { "tls_out_bits",        vtype_int,         &tls_out.bits },
-  { "tls_out_certificate_verified", vtype_int, &tls_out.certificate_verified },
+  { "tls_out_certificate_verified", vtype_int,&tls_out.certificate_verified },
   { "tls_out_cipher",      vtype_stringptr,   &tls_out.cipher },
   { "tls_out_peerdn",      vtype_stringptr,   &tls_out.peerdn },
 #if defined(SUPPORT_TLS) && !defined(USE_GNUTLS)