summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAlessandro Ghedini <alessandro@ghedini.me>2016-02-29 17:12:25 +0000
committerRich Salz <rsalz@openssl.org>2016-03-08 11:10:34 -0500
commit41cfbccc99f3ca3c9f656d8c71e2db5bcfcf6817 (patch)
tree900c46e5cd1506da790f8f49404bcb518a96e1c8 /include
parent9b398ef297dd1b74527dd0afee9f59cd3f5bc33d (diff)
Convert CRYPTO_LOCK_UI 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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/openssl/crypto.h b/include/openssl/crypto.h
index 5ec134dacd..ca3eb3c298 100644
--- a/include/openssl/crypto.h
+++ b/include/openssl/crypto.h
@@ -185,7 +185,6 @@ extern "C" {
# define CRYPTO_LOCK_MALLOC2 27
# define CRYPTO_LOCK_DYNLOCK 29
# define CRYPTO_LOCK_ENGINE 30
-# define CRYPTO_LOCK_UI 31
# define CRYPTO_LOCK_ECDSA 32
# define CRYPTO_LOCK_ECDH 34
# define CRYPTO_LOCK_BN 35