fix empty C prototypes

This commit is contained in:
Francois Perrad
2016-01-01 16:30:31 +01:00
committed by Matt Johnston
parent af87369cb3
commit 3e20c442de
30 changed files with 123 additions and 123 deletions

View File

@@ -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);