From 3d49bac25a6c13ec26aa8c8eedf4361378308b94 Mon Sep 17 00:00:00 2001 From: Torben Hansen <50673096+torben-hansen@users.noreply.github.com> Date: Fri, 11 Oct 2024 06:45:36 -0700 Subject: [PATCH] Update call sites... --- crypto/fipsmodule/rand/new_rand.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/fipsmodule/rand/new_rand.c b/crypto/fipsmodule/rand/new_rand.c index d7689de61f..7e4e38e8ad 100644 --- a/crypto/fipsmodule/rand/new_rand.c +++ b/crypto/fipsmodule/rand/new_rand.c @@ -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); }