diff options
author | Matt Johnston <matt@ucc.asn.au> | 2018-02-16 23:17:15 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2018-02-16 23:17:15 +0800 |
commit | e0748b19700a0673dc35a632a158ccbd96f9b88c (patch) | |
tree | 001bfd368d433bb956283267c14a3906ce492642 /svr-authpubkey.c | |
parent | 3ee685ad1cf6c35b28e600ac2f429a118af5349b (diff) |
Remove accidentally committed DROPBEAR_FUZZ
Diffstat (limited to 'svr-authpubkey.c')
-rw-r--r-- | svr-authpubkey.c | 8 |
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 |