diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2012-05-15 22:51:53 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2012-06-04 14:57:04 +0100 |
commit | 8359d7daf45da3ff5748c3ce16e00978fcc92b0d (patch) | |
tree | 6d690225f1e9aab8d105f9dc16b00d33242b1463 /test/confs/3455 | |
parent | a2ff477a5d13000485dff61867b0001a7fb8e39f (diff) |
Change use of $tls_cipher in client context to $tls_out_cipher.
Diffstat (limited to 'test/confs/3455')
-rw-r--r-- | test/confs/3455 | 2 |
1 files changed, 1 insertions, 1 deletions
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: |