X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/8ebb1c9ea93eb27500756a578640d890b53264d3..edc33b5f1aca3f17ee8ca0b93689e6d14009df54:/src/src/expand.c diff --git a/src/src/expand.c b/src/src/expand.c index a3dc590cc..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 },