diff cli-agentfwd.c @ 864:30ab30e46452

Fix some warnings
author Matt Johnston <matt@ucc.asn.au>
date Mon, 25 Nov 2013 23:08:33 +0800
parents 220f55d540ae
children 0bb16232e7c4
line wrap: on
line diff
--- a/cli-agentfwd.c	Thu Nov 14 22:39:27 2013 +0800
+++ b/cli-agentfwd.c	Mon Nov 25 23:08:33 2013 +0800
@@ -201,7 +201,7 @@
 	num = buf_getint(inbuf);
 	for (i = 0; i < num; i++) {
 		sign_key * pubkey = NULL;
-		int key_type = DROPBEAR_SIGNKEY_ANY;
+		enum signkey_type key_type = DROPBEAR_SIGNKEY_ANY;
 		buffer * key_buf;
 
 		/* each public key is encoded as a string */