summaryrefslogtreecommitdiffhomepage
path: root/svr-authpubkey.c
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2018-02-16 23:17:15 +0800
committerMatt Johnston <matt@ucc.asn.au>2018-02-16 23:17:15 +0800
commite0748b19700a0673dc35a632a158ccbd96f9b88c (patch)
tree001bfd368d433bb956283267c14a3906ce492642 /svr-authpubkey.c
parent3ee685ad1cf6c35b28e600ac2f429a118af5349b (diff)
Remove accidentally committed DROPBEAR_FUZZ
Diffstat (limited to 'svr-authpubkey.c')
-rw-r--r--svr-authpubkey.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/svr-authpubkey.c b/svr-authpubkey.c
index 8905ac9..aa6087c 100644
--- a/svr-authpubkey.c
+++ b/svr-authpubkey.c
@@ -473,12 +473,4 @@ static int checkfileperm(char * filename) {
return DROPBEAR_SUCCESS;
}
-#ifdef 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) {
- return checkpubkey_line(line, line_num, filename, algo, algolen, keyblob, keybloblen);
-}
-#endif
-
#endif