comparison session.h @ 419:b2f81110c80b channel-fix

propagate from branch 'au.asn.ucc.matt.dropbear' (head 924b731b50d4147eed8e9382c98a2573259a6cad) to branch 'au.asn.ucc.matt.dropbear.channel-fix' (head e73ee8f7ae404a9355685c30828a0ad4524031bc)
author Matt Johnston <matt@ucc.asn.au>
date Sun, 11 Feb 2007 09:55:00 +0000
parents a01c0c8e543a
children c216212001fc
comparison
equal deleted inserted replaced
418:ab57ba0cb667 419:b2f81110c80b
121 unsigned char ignorenext; /* whether to ignore the next packet, 121 unsigned char ignorenext; /* whether to ignore the next packet,
122 used for kex_follows stuff */ 122 used for kex_follows stuff */
123 123
124 unsigned char lastpacket; /* What the last received packet type was */ 124 unsigned char lastpacket; /* What the last received packet type was */
125 125
126 126 int signal_pipe[2]; /* stores endpoints of a self-pipe used for
127 race-free signal handling */
127 128
128 /* KEX/encryption related */ 129 /* KEX/encryption related */
129 struct KEXState kexstate; 130 struct KEXState kexstate;
130 struct key_context *keys; 131 struct key_context *keys;
131 struct key_context *newkeys; 132 struct key_context *newkeys;