summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAlessandro Ghedini <alessandro@ghedini.me>2016-02-29 16:57:11 +0000
committerRich Salz <rsalz@openssl.org>2016-03-08 11:10:34 -0500
commit9b398ef297dd1b74527dd0afee9f59cd3f5bc33d (patch)
tree5ec1a81880da831db9dfe73be72e29c64ddc79a5 /include
parent03273d61e742b02485831ce739e4a6c9b197e3f3 (diff)
Convert CRYPTO_LOCK_EC_* to new multi-threading API
Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'include')
-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 4af6f72b0c..5ec134dacd 100644
--- a/include/openssl/crypto.h
+++ b/include/openssl/crypto.h
@@ -187,10 +187,8 @@ extern "C" {
# define CRYPTO_LOCK_ENGINE 30
# define CRYPTO_LOCK_UI 31
# define CRYPTO_LOCK_ECDSA 32
-# define CRYPTO_LOCK_EC 33
# define CRYPTO_LOCK_ECDH 34
# define CRYPTO_LOCK_BN 35
-# define CRYPTO_LOCK_EC_PRE_COMP 36
# define CRYPTO_LOCK_STORE 37
# define CRYPTO_LOCK_COMP 38
# define CRYPTO_LOCK_FIPS 39