[exim-cvs] Change use of $tls_cipher in client context to $t…

Top Page
Delete this message
Reply to this message
Author: Exim Git Commits Mailing List
Date:  
To: exim-cvs
Subject: [exim-cvs] Change use of $tls_cipher in client context to $tls_out_cipher.
Gitweb: http://git.exim.org/exim.git/commitdiff/8359d7daf45da3ff5748c3ce16e00978fcc92b0d
Commit:     8359d7daf45da3ff5748c3ce16e00978fcc92b0d
Parent:     a2ff477a5d13000485dff61867b0001a7fb8e39f
Author:     Jeremy Harris <jgh146exb@???>
AuthorDate: Tue May 15 22:51:53 2012 +0100
Committer:  Jeremy Harris <jgh146exb@???>
CommitDate: Mon Jun 4 14:57:04 2012 +0100


    Change use of $tls_cipher in client context to $tls_out_cipher.
---
 test/confs/3455 |    2 +-
 test/confs/3465 |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/test/confs/3455 b/test/confs/3455
index 274de63..ab26f43 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 adadeb0..161fff5 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: