X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/da6dbe26770f1af0bf20891f5c7a6e58809c5788..0f5014860e54132a13e4ecc2f7f1859a9f3a971b:/src/src/expand.c diff --git a/src/src/expand.c b/src/src/expand.c index ef40fd0c5..54501de0b 100644 --- a/src/src/expand.c +++ b/src/src/expand.c @@ -611,6 +611,7 @@ static var_entry var_table[] = { { "srs_status", vtype_stringptr, &srs_status }, #endif { "thisaddress", vtype_stringptr, &filter_thisaddress }, + { "tls_bits", vtype_int, &tls_bits }, { "tls_certificate_verified", vtype_int, &tls_certificate_verified }, { "tls_cipher", vtype_stringptr, &tls_cipher }, { "tls_peerdn", vtype_stringptr, &tls_peerdn }, @@ -1775,7 +1776,7 @@ eval_condition(uschar *s, BOOL *yield) BOOL testfor = TRUE; BOOL tempcond, combined_cond; BOOL *subcondptr; -BOOL *sub2_honour_dollar = TRUE; +BOOL sub2_honour_dollar = TRUE; int i, rc, cond_type, roffset; int num[2]; struct stat statbuf;