diff options
author | Matt Johnston <matt@ucc.asn.au> | 2018-02-16 23:33:46 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2018-02-16 23:33:46 +0800 |
commit | 3a923b72a4547bd75a4f88e4ecea521c40911f1a (patch) | |
tree | d3c6f60c8d2f326230a301dcf66f67ad553afc6d /svr-authpubkey.c | |
parent | 5bf12148592834b516af1314062a841862ad4b80 (diff) | |
parent | c218af6ea78448ab7ec197c00274baff63a8cda9 (diff) |
Merge branch 'master' of github.com:mkj/dropbear
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 |