Skip to content

Commit

Permalink
Update rand.c
Browse files Browse the repository at this point in the history
Co-authored-by: torben-hansen <[email protected]>
  • Loading branch information
justsmth and torben-hansen authored Jun 19, 2024
1 parent a2b82e7 commit f1afb57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crypto/fipsmodule/rand/rand.c
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ struct rand_thread_state {
// fork-unsafe buffering was enabled.
int fork_unsafe_buffering;

// snapsafe_generation_id is non-zero when active. When the value changes,
// snapsafe_generation is non-zero when active. When the value changes,
// the drbg state must be reseeded.
uint32_t snapsafe_generation;

Expand Down

0 comments on commit f1afb57

Please sign in to comment.