comparison random.h @ 642:33fd2f3499d2 dropbear-tfm

A few build fixes
author Matt Johnston <matt@ucc.asn.au>
date Tue, 22 Nov 2011 19:28:58 +0700
parents 76097ec1a29a
children
comparison
equal deleted inserted replaced
641:2b1bb792cd4d 642:33fd2f3499d2
29 29
30 void seedrandom(); 30 void seedrandom();
31 void reseedrandom(); 31 void reseedrandom();
32 void genrandom(unsigned char* buf, int len); 32 void genrandom(unsigned char* buf, int len);
33 void addrandom(unsigned char* buf, int len); 33 void addrandom(unsigned char* buf, int len);
34 void gen_random_mpint(fp_int *max, fp_int *rand); 34 void gen_random_fpint(fp_int *max, fp_int *rand);
35 35
36 #endif /* _RANDOM_H_ */ 36 #endif /* _RANDOM_H_ */