changeset 750:a813e2752fdb

fix leftover kexguess debugging
author Matt Johnston <matt@ucc.asn.au>
date Wed, 03 Apr 2013 07:34:18 +0800
parents f62e82c474d5
children 685d05f1cc5c
files cli-session.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/cli-session.c	Wed Apr 03 07:33:47 2013 +0800
+++ b/cli-session.c	Wed Apr 03 07:34:18 2013 +0800
@@ -114,7 +114,6 @@
 #ifdef USE_KEX_FIRST_FOLLOWS
 static void cli_send_kex_first_guess() {
 	send_msg_kexdh_init();
-	dropbear_log(LOG_INFO, "kexdh_init guess sent");
 }
 #endif
 
@@ -197,7 +196,6 @@
 		/* We initiate the KEXDH. If DH wasn't the correct type, the KEXINIT
 		 * negotiation would have failed. */
 		if (!ses.kexstate.our_first_follows_matches) {
-			dropbear_log(LOG_INFO, "kexdh_init after remote's kexinit");
 			send_msg_kexdh_init();
 		}
 		cli_ses.kex_state = KEXDH_INIT_SENT;