From 457693fcfac7c178bdc9ca23295aa52d815ea0d6 Mon Sep 17 00:00:00 2001 From: Yonit Halperin Date: Thu, 18 Mar 2010 10:21:47 +0100 Subject: client: add command line support for ciphers, ca file, and host certificate subject --- client/red_channel.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'client/red_channel.cpp') diff --git a/client/red_channel.cpp b/client/red_channel.cpp index e360d5f4..511c1cff 100644 --- a/client/red_channel.cpp +++ b/client/red_channel.cpp @@ -396,7 +396,8 @@ void RedChannel::run() ConnectionOptions con_options(_client.get_connection_options(get_type()), _client.get_port(), _client.get_sport(), - _client.get_host_auth_options()); + _client.get_host_auth_options(), + _client.get_connection_ciphers()); RedChannelBase::connect(con_options, _client.get_connection_id(), _client.get_host().c_str(), _client.get_password().c_str()); -- cgit