summaryrefslogtreecommitdiffhomepage
path: root/dbrandom.h
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2016-03-16 22:53:27 +0800
committerMatt Johnston <matt@ucc.asn.au>2016-03-16 22:53:27 +0800
commitc830d30553abc3710c3d5eb18964cd96fc37c902 (patch)
tree393f384cd748140a3fb55f41a7009baca51a062e /dbrandom.h
parent3e7672edca09cb72ca8be481b5a6d5fb30b79149 (diff)
parent0650182289344e0d83b20c0cea1024a2306d2072 (diff)
merge
Diffstat (limited to 'dbrandom.h')
-rw-r--r--dbrandom.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbrandom.h b/dbrandom.h
index 6e262f3..6bfb866 100644
--- a/dbrandom.h
+++ b/dbrandom.h
@@ -27,7 +27,7 @@
#include "includes.h"
-void seedrandom();
+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);