# HG changeset patch # User Matt Johnston # Date 1518794235 -28800 # Node ID 35f38af1238b1dd4192c123cee8cd83eeaff5c89 # Parent 2d450c1056e3db04f6257e4069b0a09fbf57ec59 Remove accidentally committed DROPBEAR_FUZZ diff -r 2d450c1056e3 -r 35f38af1238b svr-authpubkey.c --- a/svr-authpubkey.c Thu Jul 20 19:38:26 2017 +0000 +++ b/svr-authpubkey.c Fri Feb 16 23:17:15 2018 +0800 @@ -473,12 +473,4 @@ 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