diff cli-runopts.c @ 852:7540c0822374 ecc

Various cleanups and fixes for warnings
author Matt Johnston <matt@ucc.asn.au>
date Tue, 12 Nov 2013 23:02:32 +0800
parents c936abfa9935
children c19acba28590
line wrap: on
line diff
--- a/cli-runopts.c	Sat Nov 09 00:14:28 2013 +0800
+++ b/cli-runopts.c	Tue Nov 12 23:02:32 2013 +0800
@@ -450,7 +450,7 @@
 #ifdef ENABLE_CLI_PUBKEY_AUTH
 static void loadidentityfile(const char* filename) {
 	sign_key *key;
-	int keytype;
+	enum signkey_type keytype;
 
 	key = new_sign_key();
 	keytype = DROPBEAR_SIGNKEY_ANY;