Skip to content

Commit

Permalink
Update call sites...
Browse files Browse the repository at this point in the history
  • Loading branch information
torben-hansen committed Oct 11, 2024
1 parent f252bd6 commit 3d49bac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crypto/fipsmodule/rand/new_rand.c
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ static void RAND_bytes_core(
GUARD_PTR_ABORT(out);

// Ensure the CTR-DRBG state is unique.
if (rand_ensure_ctr_drbg_uniquness(state) == 1) {
if (rand_ensure_ctr_drbg_uniqueness(state) == 1) {
rand_ctr_drbg_reseed(state);
}

Expand Down

0 comments on commit 3d49bac

Please sign in to comment.