From 2ddfef283d1f0e39238705c3fcdbcd343609cb9c Mon Sep 17 00:00:00 2001 From: Pauli Date: Wed, 4 Sep 2024 09:43:37 +1000 Subject: [PATCH] rand: remove unused field in DRBG structure Reviewed-by: Shane Lontis Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/25526) --- providers/implementations/rands/drbg_local.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/providers/implementations/rands/drbg_local.h b/providers/implementations/rands/drbg_local.h index 428a65073e0..e591e0b3d18 100644 --- a/providers/implementations/rands/drbg_local.h +++ b/providers/implementations/rands/drbg_local.h @@ -91,8 +91,6 @@ struct prov_drbg_st { OSSL_FUNC_rand_get_seed_fn *parent_get_seed; OSSL_FUNC_rand_clear_seed_fn *parent_clear_seed; - const OSSL_DISPATCH *parent_dispatch; - /* * Stores the return value of openssl_get_fork_id() as of when we last * reseeded. The DRBG reseeds automatically whenever drbg->fork_id != -- 2.47.2