From c4861340e93280dce97bbfa3b421c7819bc7864e Mon Sep 17 00:00:00 2001 From: Matt Johnston Date: Sat, 23 Mar 2013 23:17:01 +0800 Subject: Fix a few compile warnings --- cli-kex.c | 1 - 1 file changed, 1 deletion(-) (limited to 'cli-kex.c') diff --git a/cli-kex.c b/cli-kex.c index 0d5a9d2..9dadb3c 100644 --- a/cli-kex.c +++ b/cli-kex.c @@ -309,7 +309,6 @@ static void checkhostkey(unsigned char* keyblob, unsigned int keybloblen) { buf_putbytes(line, algoname, algolen); buf_putbyte(line, ' '); len = line->size - line->pos; - TRACE(("keybloblen %d, len %d", keybloblen, len)) /* The only failure with base64 is buffer_overflow, but buf_getwriteptr * will die horribly in the case anyway */ base64_encode(keyblob, keybloblen, buf_getwriteptr(line, len), &len); -- cgit v1.2.3