fuzzer-pubkey

--HG--
branch : fuzz
This commit is contained in:
Matt Johnston
2017-05-23 22:43:34 +08:00
parent a582c4cdb6
commit 0363d3c32e
8 changed files with 75 additions and 7 deletions

View File

@@ -31,8 +31,5 @@ void seedrandom(void);
void genrandom(unsigned char* buf, unsigned int len);
void addrandom(unsigned char * buf, unsigned int len);
void gen_random_mpint(mp_int *max, mp_int *rand);
#ifdef DROPBEAR_FUZZ
void seedfuzz(void);
#endif
#endif /* DROPBEAR_RANDOM_H_ */