Skip to content
Snippets Groups Projects
Commit 50bde997 authored by Matt Johnston's avatar Matt Johnston
Browse files

seed_fuzz() prototype

--HG--
branch : fuzz
parent 18ea1168
No related merge requests found
......@@ -31,5 +31,8 @@ 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_ */
#include "fuzz.h"
#include "dbrandom.h"
#include "session.h"
#include "fuzz-wrapfd.h"
#include "debug.h"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment