diff cli-authpubkey.c @ 1032:0da8ba489c23 fastopen

Move generic network routines to netio.c
author Matt Johnston <matt@ucc.asn.au>
date Fri, 20 Feb 2015 23:16:38 +0800
parents a78a38e402d1
children c45d65392c1a
line wrap: on
line diff
--- a/cli-authpubkey.c	Fri Feb 20 22:13:53 2015 +0800
+++ b/cli-authpubkey.c	Fri Feb 20 23:16:38 2015 +0800
@@ -58,7 +58,7 @@
 	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"))