# HG changeset patch # User Matt Johnston # Date 1364945658 -28800 # Node ID a813e2752fdbd18f1601d19728d3d146e05bda8f # Parent f62e82c474d51398eccb74d1b70517805a9e91fe fix leftover kexguess debugging diff -r f62e82c474d5 -r a813e2752fdb cli-session.c --- 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;