diff options
author | Matt Johnston <matt@ucc.asn.au> | 2013-03-29 20:44:13 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2013-03-29 20:44:13 +0800 |
commit | 4f62da0f0d5da78b6c7a0cf507307aeacc8ac842 (patch) | |
tree | 388f3c01e3c97b15aa696950062e2afb2e78eea9 /session.h | |
parent | 9be0d6b53d6b85a8f273ee28876405fbca49b9fd (diff) |
first_kex_packet_follows working, needs tidying
--HG--
branch : kexguess
Diffstat (limited to 'session.h')
-rw-r--r-- | session.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -178,6 +178,8 @@ struct sshsession { 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 */ |