PPP, magic, renamed random_bytes() to magic_random_bytes() for API coherency

This commit is contained in:
Sylvain Rochet
2015-08-30 18:54:21 +02:00
parent d0fa8acf86
commit e8399416ae
5 changed files with 10 additions and 10 deletions

View File

@@ -110,7 +110,7 @@ u32_t magic(void); /* Returns the next magic number */
* least some degree. Also, it's important to get a good seed before
* the first use.
*/
void random_bytes(unsigned char *buf, u32_t buf_len);
void magic_random_bytes(unsigned char *buf, u32_t buf_len);
/*
* Return a new random number between 0 and (2^pow)-1 included.