summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2013-04-03 07:34:18 +0800
committerMatt Johnston <matt@ucc.asn.au>2013-04-03 07:34:18 +0800
commit286fa93a8d898b27fdd451512fde312ca08dce5f (patch)
tree416b22c38a2a0dfa9d18dcd6fee6289f1ec32fb7
parent557d86aa79ec533c816bc062d1263a17b291eb84 (diff)
fix leftover kexguess debugging
-rw-r--r--cli-session.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/cli-session.c b/cli-session.c
index 9d4bcde..7adea26 100644
--- a/cli-session.c
+++ b/cli-session.c
@@ -114,7 +114,6 @@ void cli_session(int sock_in, int sock_out) {
#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 @@ static void cli_sessionloop() {
/* 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;