diff options
-rw-r--r-- | providers/implementations/rands/drbg_local.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/providers/implementations/rands/drbg_local.h b/providers/implementations/rands/drbg_local.h index 428a65073e..e591e0b3d1 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 != |