aboutsummaryrefslogtreecommitdiff
path: root/include/openssl/crypto.h
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2016-03-08 15:44:05 +0000
committerMatt Caswell <matt@openssl.org>2016-03-08 21:06:04 +0000
commit9471f7760dcc81fe6995f016fc7120db0c678818 (patch)
tree80e41ab918bfac14a559ecb16efb8e9808569018 /include/openssl/crypto.h
parent040d43b3ff8daca32dd0f72155f668249506b51b (diff)
downloadopenssl-9471f7760dcc81fe6995f016fc7120db0c678818.zip
openssl-9471f7760dcc81fe6995f016fc7120db0c678818.tar.gz
openssl-9471f7760dcc81fe6995f016fc7120db0c678818.tar.bz2
Convert mem_dbg and mem_sec to the new Thread API
Use new Thread API style locks, and thread local storage for mem_dbg Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'include/openssl/crypto.h')
-rw-r--r--include/openssl/crypto.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/openssl/crypto.h b/include/openssl/crypto.h
index 2969e2e..cfda8bb 100644
--- a/include/openssl/crypto.h
+++ b/include/openssl/crypto.h
@@ -174,10 +174,8 @@ extern "C" {
# define CRYPTO_LOCK_SSL_METHOD 17
# define CRYPTO_LOCK_RAND 18
# define CRYPTO_LOCK_RAND2 19
-# define CRYPTO_LOCK_MALLOC 20
# define CRYPTO_LOCK_READDIR 24
# define CRYPTO_LOCK_RSA_BLINDING 25
-# define CRYPTO_LOCK_MALLOC2 27
# define CRYPTO_LOCK_DYNLOCK 29
# define CRYPTO_LOCK_ENGINE 30
# define CRYPTO_LOCK_ECDSA 32