comparison signkey.c @ 1369:ddfcadca3c4c fuzz

fuzzer-pubkey
author Matt Johnston <matt@ucc.asn.au>
date Tue, 23 May 2017 22:43:34 +0800
parents 74a22c562cdf
children bc9e2e148f58
comparison
equal deleted inserted replaced
1368:10df23099071 1369:ddfcadca3c4c
618 buf_free(decodekey); 618 buf_free(decodekey);
619 decodekey = NULL; 619 decodekey = NULL;
620 return ret; 620 return ret;
621 } 621 }
622 #endif 622 #endif
623
624 #ifdef DROPBEAR_FUZZ
625 const char * const * fuzz_signkey_names = signkey_names;
626
627 #endif