mirror of
https://github.com/openssl/openssl.git
synced 2025-02-05 14:10:53 +08:00
rand: remove unused field in DRBG structure
Reviewed-by: Shane Lontis <shane.lontis@oracle.com> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/25415)
This commit is contained in:
parent
ce27133708
commit
59eaa8c4af
@ -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 !=
|
||||
|
Loading…
Reference in New Issue
Block a user