Mercurial > dropbear
comparison common-channel.c @ 316:dc6173e09ff7 ucc-axis-hack
smaller yet again
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Tue, 28 Mar 2006 16:04:11 +0000 |
parents | 827f87dfbc22 |
children |
comparison
equal
deleted
inserted
replaced
314:827f87dfbc22 | 316:dc6173e09ff7 |
---|---|
881 encrypt_packet(); | 881 encrypt_packet(); |
882 TRACE(("leave send_msg_channel_open_confirmation")) | 882 TRACE(("leave send_msg_channel_open_confirmation")) |
883 } | 883 } |
884 | 884 |
885 #if defined(USING_LISTENERS) || defined(DROPBEAR_CLIENT) | 885 #if defined(USING_LISTENERS) || defined(DROPBEAR_CLIENT) |
886 matterror | 886 #error Remove this line if you intend to compile listeners (ie tcp fwding, client) in. |
887 /* Create a new channel, and start the open request. This is intended | 887 /* Create a new channel, and start the open request. This is intended |
888 * for X11, agent, tcp forwarding, and should be filled with channel-specific | 888 * for X11, agent, tcp forwarding, and should be filled with channel-specific |
889 * options, with the calling function calling encrypt_packet() after | 889 * options, with the calling function calling encrypt_packet() after |
890 * completion. It is mandatory for the caller to encrypt_packet() if | 890 * completion. It is mandatory for the caller to encrypt_packet() if |
891 * DROPBEAR_SUCCESS is returned */ | 891 * DROPBEAR_SUCCESS is returned */ |