diff dbrandom.h @ 1129:45830474d83c coverity

merge up to date, attempt to fix travis.yml
author Matt Johnston <matt@ucc.asn.au>
date Fri, 12 Jun 2015 23:02:15 +0800
parents a9e4d66ffb2c
children 9169e4e7cbee
line wrap: on
line diff
--- a/dbrandom.h	Tue Apr 14 20:44:30 2015 +0800
+++ b/dbrandom.h	Fri Jun 12 23:02:15 2015 +0800
@@ -29,7 +29,7 @@
 
 void seedrandom();
 void genrandom(unsigned char* buf, unsigned int len);
-void addrandom(char * buf, unsigned int len);
+void addrandom(unsigned char * buf, unsigned int len);
 void gen_random_mpint(mp_int *max, mp_int *rand);
 
 #endif /* DROPBEAR_RANDOM_H_ */