comparison common-channel.c @ 314:827f87dfbc22 ucc-axis-hack

*hack hack hack* get rid of a few more bits
author matt-ucc@ucc.asn.au
date Mon, 27 Mar 2006 08:36:44 +0000
parents baea1d43e7eb
children dc6173e09ff7
comparison
equal deleted inserted replaced
313:fabcee551349 314:827f87dfbc22
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 /* 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
887 * 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
888 * options, with the calling function calling encrypt_packet() after 889 * options, with the calling function calling encrypt_packet() after
889 * completion. It is mandatory for the caller to encrypt_packet() if 890 * completion. It is mandatory for the caller to encrypt_packet() if
890 * DROPBEAR_SUCCESS is returned */ 891 * DROPBEAR_SUCCESS is returned */