diff dbrandom.h @ 1278:0c47d97aa9d5

merge
author Matt Johnston <matt@ucc.asn.au>
date Wed, 16 Mar 2016 22:53:27 +0800
parents 9169e4e7cbee
children 17104db7928c 06d52bcb8094
line wrap: on
line diff
--- a/dbrandom.h	Tue Mar 15 23:23:31 2016 +0800
+++ b/dbrandom.h	Wed Mar 16 22:53:27 2016 +0800
@@ -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);