]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
rand: remove unused field in DRBG structure
authorPauli <ppzgs1@gmail.com>
Tue, 3 Sep 2024 23:43:37 +0000 (09:43 +1000)
committerPauli <ppzgs1@gmail.com>
Wed, 18 Sep 2024 22:43:58 +0000 (08:43 +1000)
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/25415)

providers/implementations/rands/drbg_local.h

index 428a65073e0fffc293fdad883e603ddbdc7e251a..e591e0b3d18e226a37441e86a7e53b098fb8e1bb 100644 (file)
@@ -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 !=