diff options
author | Matt Johnston <matt@ucc.asn.au> | 2017-05-23 22:43:34 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2017-05-23 22:43:34 +0800 |
commit | 0363d3c32e08d0c2d5ed0035a1b045259677f319 (patch) | |
tree | e1f283e117ce9c15e59a58e79656e249d35b20fb /dbrandom.h | |
parent | a582c4cdb60dbba5c34e33c0e434bdc52f09ad2c (diff) |
fuzzer-pubkey
--HG--
branch : fuzz
Diffstat (limited to 'dbrandom.h')
-rw-r--r-- | dbrandom.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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_ */ |