summaryrefslogtreecommitdiffhomepage
path: root/dbrandom.h
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2017-05-23 22:43:34 +0800
committerMatt Johnston <matt@ucc.asn.au>2017-05-23 22:43:34 +0800
commit0363d3c32e08d0c2d5ed0035a1b045259677f319 (patch)
treee1f283e117ce9c15e59a58e79656e249d35b20fb /dbrandom.h
parenta582c4cdb60dbba5c34e33c0e434bdc52f09ad2c (diff)
fuzzer-pubkey
--HG-- branch : fuzz
Diffstat (limited to 'dbrandom.h')
-rw-r--r--dbrandom.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/dbrandom.h b/dbrandom.h
index 4ccd622..6bfb866 100644
--- a/dbrandom.h
+++ b/dbrandom.h
@@ -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_ */