summaryrefslogtreecommitdiff
path: root/svr-authpubkey.c
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2013-11-12 23:02:32 +0800
committerMatt Johnston <matt@ucc.asn.au>2013-11-12 23:02:32 +0800
commit80f62f4db06e7110e199b18e62326f5ad462d415 (patch)
treeb9d93b2e68409c3676c954836b306a9f51b767c0 /svr-authpubkey.c
parentd5bb0ad552780ea1223f91cd51c535912d6a634d (diff)
downloaddropbear-80f62f4db06e7110e199b18e62326f5ad462d415.tar.gz
Various cleanups and fixes for warnings
Diffstat (limited to 'svr-authpubkey.c')
-rw-r--r--svr-authpubkey.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/svr-authpubkey.c b/svr-authpubkey.c
index e0727de..4eca211 100644
--- a/svr-authpubkey.c
+++ b/svr-authpubkey.c
@@ -89,7 +89,7 @@ void svr_auth_pubkey() {
buffer * signbuf = NULL;
sign_key * key = NULL;
char* fp = NULL;
- int type = -1;
+ enum signkey_type type = -1;
TRACE(("enter pubkeyauth"))