summaryrefslogtreecommitdiffstats
path: root/crypto/property
diff options
context:
space:
mode:
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;
};