diff session.h @ 34:e2a1eaa19f22

Client mostly works up to password auth Need to rework algo-choosing etc, since server is now broken.
author Matt Johnston <matt@ucc.asn.au>
date Wed, 28 Jul 2004 16:44:16 +0000
parents f789045062e6
children 0913e2ee3545
line wrap: on
line diff
--- a/session.h	Tue Jul 27 16:30:46 2004 +0000
+++ b/session.h	Wed Jul 28 16:44:16 2004 +0000
@@ -119,6 +119,8 @@
 
 	unsigned char ignorenext; /* whether to ignore the next packet,
 								 used for kex_follows stuff */
+
+	unsigned char lastpacket; /* What the last received packet type was */