From: Jeremy Harris Date: Tue, 15 May 2012 21:51:53 +0000 (+0100) Subject: Change use of $tls_cipher in client context to $tls_out_cipher. X-Git-Tag: exim-4_81_RC1~71 X-Git-Url: https://git.exim.org/exim.git/commitdiff_plain/8359d7daf45da3ff5748c3ce16e00978fcc92b0d Change use of $tls_cipher in client context to $tls_out_cipher. --- diff --git a/test/confs/3455 b/test/confs/3455 index 274de6316..ab26f43cc 100644 --- a/test/confs/3455 +++ b/test/confs/3455 @@ -36,7 +36,7 @@ plain: server_condition = "\ ${if and {{eq{$2}{userx}}{eq{$3}{secret1}}}{yes}{no}}" server_set_id = $2 - client_condition = ${if !eq {$tls_cipher}{}} + client_condition = ${if !eq {$tls_out_cipher}{}} client_send = ^userx^secret1 login: diff --git a/test/confs/3465 b/test/confs/3465 index adadeb059..161fff526 100644 --- a/test/confs/3465 +++ b/test/confs/3465 @@ -36,7 +36,7 @@ plain: server_condition = "\ ${if and {{eq{$2}{userx}}{eq{$3}{secret1}}}{yes}{no}}" server_set_id = $2 - client_condition = ${if !eq {$tls_cipher}{}} + client_condition = ${if !eq {$tls_out_cipher}{}} client_send = ^userx^secret1 login: