summaryrefslogtreecommitdiffhomepage
path: root/svr-authpubkey.c
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2018-02-28 21:40:08 +0800
committerMatt Johnston <matt@ucc.asn.au>2018-02-28 21:40:08 +0800
commitc658b275fd01fa62eea135742c623dba5f39845c (patch)
tree3381eaf5a73610d212dd007d3f9994970bd874f9 /svr-authpubkey.c
parent9bbce01e1b9d6b42869bbba9f36d6849a42276fe (diff)
- #if not #ifdef for DROPBEAR_FUZZ
- fix some unused variables --HG-- branch : fuzz
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 8905ac9..0ca0ea4 100644
--- a/svr-authpubkey.c
+++ b/svr-authpubkey.c
@@ -473,7 +473,7 @@ static int checkfileperm(char * filename) {
return DROPBEAR_SUCCESS;
}
-#ifdef DROPBEAR_FUZZ
+#if DROPBEAR_FUZZ
int fuzz_checkpubkey_line(buffer* line, int line_num, char* filename,
const char* algo, unsigned int algolen,
const unsigned char* keyblob, unsigned int keybloblen) {