diff packet.c @ 753:d63ef1e211ea

Take transmit and receive keys into use separately
author Matt Johnston <matt@ucc.asn.au>
date Thu, 04 Apr 2013 00:18:50 +0800
parents 24172f555f9c
children 0bf76f54de6f
line wrap: on
line diff
--- a/packet.c	Wed Apr 03 23:54:58 2013 +0800
+++ b/packet.c	Thu Apr 04 00:18:50 2013 +0800
@@ -505,8 +505,6 @@
 		/* During key exchange only particular packets are allowed.
 			Since this packet_type isn't OK we just enqueue it to send 
 			after the KEX, see maybe_flush_reply_queue */
-		TRACE2(("Delay sending reply packet. dataallowed %d, type %d, sentnewkeys %d",
-					ses.dataallowed, packet_type, ses.kexstate.sentnewkeys))
 		enqueue_reply_packet();
 		return;
 	}