Mercurial > dropbear
comparison svr-authpubkey.c @ 1558:2f64cb3d3007 fuzz
- #if not #ifdef for DROPBEAR_FUZZ
- fix some unused variables
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Wed, 28 Feb 2018 21:40:08 +0800 |
parents | 5916af64acd4 |
children | 252b406d0e9a |
comparison
equal
deleted
inserted
replaced
1557:61a793b6e471 | 1558:2f64cb3d3007 |
---|---|
471 | 471 |
472 TRACE(("leave checkfileperm: success")) | 472 TRACE(("leave checkfileperm: success")) |
473 return DROPBEAR_SUCCESS; | 473 return DROPBEAR_SUCCESS; |
474 } | 474 } |
475 | 475 |
476 #ifdef DROPBEAR_FUZZ | 476 #if DROPBEAR_FUZZ |
477 int fuzz_checkpubkey_line(buffer* line, int line_num, char* filename, | 477 int fuzz_checkpubkey_line(buffer* line, int line_num, char* filename, |
478 const char* algo, unsigned int algolen, | 478 const char* algo, unsigned int algolen, |
479 const unsigned char* keyblob, unsigned int keybloblen) { | 479 const unsigned char* keyblob, unsigned int keybloblen) { |
480 return checkpubkey_line(line, line_num, filename, algo, algolen, keyblob, keybloblen); | 480 return checkpubkey_line(line, line_num, filename, algo, algolen, keyblob, keybloblen); |
481 } | 481 } |