mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-05-28 11:07:51 +08:00
PPP, magic, renamed random_bytes() to magic_random_bytes() for API coherency
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user