mirror of
https://github.com/opnsense/src.git
synced 2026-04-25 08:07:28 -04:00
Correct a comment. This represents a very minor policy change of my
intentions with this code.
This commit is contained in:
parent
e73a42f8fb
commit
24242537f8
1 changed files with 0 additions and 2 deletions
|
|
@ -52,8 +52,6 @@ void write_random(void *, u_int);
|
|||
|
||||
/* This is the beastie that needs protecting. It contains all of the
|
||||
* state that we are excited about.
|
||||
* This is a biiig structure. It may move over to a malloc(9)ed
|
||||
* replacement.
|
||||
*/
|
||||
struct random_state {
|
||||
u_int64_t counter; /* C */
|
||||
|
|
|
|||
Loading…
Reference in a new issue