mirror of
https://github.com/clearml/dropbear
synced 2025-06-26 18:17:32 +00:00
fix empty C prototypes
This commit is contained in:
committed by
Matt Johnston
parent
af87369cb3
commit
3e20c442de
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user