diff cli-kex.c @ 723:0fd32a552ea5

Fix a few compile warnings
author Matt Johnston <matt@ucc.asn.au>
date Sat, 23 Mar 2013 23:17:01 +0800
parents 005530560594
children 9a5438271556 d44325108d0e b07eb3dc23ec
line wrap: on
line diff
--- a/cli-kex.c	Sat Mar 23 23:16:06 2013 +0800
+++ b/cli-kex.c	Sat Mar 23 23:17:01 2013 +0800
@@ -309,7 +309,6 @@
 		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);