Mercurial > dropbear
comparison session.h @ 739:d44325108d0e kexguess
first_kex_packet_follows working, needs tidying
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Fri, 29 Mar 2013 20:44:13 +0800 |
parents | 4a274f47eabd |
children | 3062da90dab8 |
comparison
equal
deleted
inserted
replaced
725:49f68a7b7a55 | 739:d44325108d0e |
---|---|
176 hence the function-pointer callback.*/ | 176 hence the function-pointer callback.*/ |
177 | 177 |
178 void(*remoteclosed)(); /* A callback to handle closure of the | 178 void(*remoteclosed)(); /* A callback to handle closure of the |
179 remote connection */ | 179 remote connection */ |
180 | 180 |
181 void(*send_kex_first_guess)(); | |
182 | |
181 | 183 |
182 struct AuthState authstate; /* Common amongst client and server, since most | 184 struct AuthState authstate; /* Common amongst client and server, since most |
183 struct elements are common */ | 185 struct elements are common */ |
184 | 186 |
185 /* Channel related */ | 187 /* Channel related */ |