Mercurial > dropbear
diff 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 |
line wrap: on
line diff
--- a/session.h Sun Mar 24 00:02:20 2013 +0800 +++ b/session.h Fri Mar 29 20:44:13 2013 +0800 @@ -178,6 +178,8 @@ void(*remoteclosed)(); /* A callback to handle closure of the remote connection */ + void(*send_kex_first_guess)(); + struct AuthState authstate; /* Common amongst client and server, since most struct elements are common */