diff options
author | Matt Johnston <matt@ucc.asn.au> | 2013-03-23 23:17:01 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2013-03-23 23:17:01 +0800 |
commit | c4861340e93280dce97bbfa3b421c7819bc7864e (patch) | |
tree | 116a940254cfd00b4824aa66044f2ab07c43407b /cli-kex.c | |
parent | 5996c3824c52425c2d4f3d7cb69f0c9fa81a33b8 (diff) |
Fix a few compile warnings
Diffstat (limited to 'cli-kex.c')
-rw-r--r-- | cli-kex.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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); |