summaryrefslogtreecommitdiffstats
path: root/include/crypto/ecx.h
diff options
context:
space:
mode:
authorPauli <pauli@openssl.org>2023-06-22 09:33:40 +1000
committerPauli <pauli@openssl.org>2023-07-01 21:18:25 +1000
commit99b7beafd212144fc3c77a6c09fc48f06f245c29 (patch)
tree1edf7d68e907691b7d6c51efb77fee07259bfb5c /include/crypto/ecx.h
parent1353736b3e6f33a9f6e47f837c5de05cc0dd3647 (diff)
ecx: update to structure based atomics
Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/21260)
Diffstat (limited to 'include/crypto/ecx.h')
-rw-r--r--include/crypto/ecx.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/crypto/ecx.h b/include/crypto/ecx.h
index 5ae38d7c9c..5f100ef16c 100644
--- a/include/crypto/ecx.h
+++ b/include/crypto/ecx.h
@@ -72,7 +72,6 @@ struct ecx_key_st {
size_t keylen;
ECX_KEY_TYPE type;
CRYPTO_REF_COUNT references;
- CRYPTO_RWLOCK *lock;
};
size_t ossl_ecx_key_length(ECX_KEY_TYPE type);