diff dbrandom.h @ 1511:5916af64acd4 fuzz

merge from main
author Matt Johnston <matt@ucc.asn.au>
date Sat, 17 Feb 2018 19:29:51 +0800
parents ddfcadca3c4c 06d52bcb8094
children
line wrap: on
line diff
--- a/dbrandom.h	Tue Jan 23 23:27:40 2018 +0800
+++ b/dbrandom.h	Sat Feb 17 19:29:51 2018 +0800
@@ -29,7 +29,7 @@
 
 void seedrandom(void);
 void genrandom(unsigned char* buf, unsigned int len);
-void addrandom(unsigned char * buf, unsigned int len);
+void addrandom(const unsigned char * buf, unsigned int len);
 void gen_random_mpint(mp_int *max, mp_int *rand);
 
 #endif /* DROPBEAR_RANDOM_H_ */