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.5.0-alpha1~1102 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=59eaa8c4af3b160bff739cc5b8a0df716ee33406;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/25415) --- 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 !=