Remove accidentally committed DROPBEAR_FUZZ

This commit is contained in:
Matt Johnston 2018-02-16 23:17:15 +08:00
parent 3ee685ad1c
commit e0748b1970

View File

@ -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