From: Pauli Date: Tue, 3 Sep 2024 23:43:37 +0000 (+1000) Subject: rand: remove unused field in DRBG structure X-Git-Tag: openssl-3.4.0-beta1~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ddfef283d1f0e39238705c3fcdbcd343609cb9c;p=thirdparty%2Fopenssl.git rand: remove unused field in DRBG structure Reviewed-by: Shane Lontis Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/25526) --- 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 !=