Move generic network routines to netio.c

--HG--
branch : fastopen
This commit is contained in:
Matt Johnston
2015-02-20 23:16:38 +08:00
parent 1b1997bf2d
commit 364a53577e
16 changed files with 661 additions and 645 deletions

View File

@@ -58,7 +58,7 @@ void recv_msg_userauth_pk_ok() {
buffer* keybuf = NULL;
char* algotype = NULL;
unsigned int algolen;
int keytype;
enum signkey_type keytype;
unsigned int remotelen;
TRACE(("enter recv_msg_userauth_pk_ok"))