comparison dbrandom.h @ 1120:391bb7d560c6

Merge branch 'fix-pointer-sign-warnings' into fix-warnings
author Gaël PORTAY <gael.portay@gmail.com>
date Tue, 05 May 2015 20:42:38 +0200
parents a9e4d66ffb2c
children 9169e4e7cbee
comparison
equal deleted inserted replaced
1093:aae71c5f7d5b 1120:391bb7d560c6
27 27
28 #include "includes.h" 28 #include "includes.h"
29 29
30 void seedrandom(); 30 void seedrandom();
31 void genrandom(unsigned char* buf, unsigned int len); 31 void genrandom(unsigned char* buf, unsigned int len);
32 void addrandom(char * buf, unsigned int len); 32 void addrandom(unsigned char * buf, unsigned int len);
33 void gen_random_mpint(mp_int *max, mp_int *rand); 33 void gen_random_mpint(mp_int *max, mp_int *rand);
34 34
35 #endif /* DROPBEAR_RANDOM_H_ */ 35 #endif /* DROPBEAR_RANDOM_H_ */