mirror of
https://github.com/openssl/openssl.git
synced 2025-01-18 13:44:20 +08:00
Remove unused fields in method store structure.
The random bit caching was a residue of earlier code and isn't used any more. Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com> (Merged from https://github.com/openssl/openssl/pull/10089)
This commit is contained in:
parent
6d49ec1ada
commit
29be6c8361
@ -53,8 +53,6 @@ struct ossl_method_store_st {
|
||||
SPARSE_ARRAY_OF(ALGORITHM) *algs;
|
||||
OSSL_PROPERTY_LIST *global_properties;
|
||||
int need_flush;
|
||||
unsigned int nbits;
|
||||
unsigned char rand_bits[(IMPL_CACHE_FLUSH_THRESHOLD + 7) / 8];
|
||||
CRYPTO_RWLOCK *lock;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user