summaryrefslogtreecommitdiffstats
path: root/crypto/property
diff options
context:
space:
mode:
authorPauli <paul.dale@oracle.com>2019-10-03 19:06:35 +1000
committerPauli <paul.dale@oracle.com>2019-10-03 19:06:35 +1000
commit29be6c8361aa1c898de6b98ad72fd2ccb6280441 (patch)
treef8c70be2cea0a59a9c308cc9846be7754c449751 /crypto/property
parent6d49ec1ada358508389d0d810e69ff11658ba21c (diff)
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)
Diffstat (limited to 'crypto/property')
-rw-r--r--crypto/property/property.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/crypto/property/property.c b/crypto/property/property.c
index 0111216057..2089e21d8c 100644
--- a/crypto/property/property.c
+++ b/crypto/property/property.c
@@ -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;
};