aboutsummaryrefslogtreecommitdiff
path: root/include/openssl/crypto.h
diff options
context:
space:
mode:
authorAlessandro Ghedini <alessandro@ghedini.me>2016-02-26 11:51:31 +0000
committerRich Salz <rsalz@openssl.org>2016-03-08 11:10:34 -0500
commitfb46be034816e5fe9f04fd39da960d34dbf2f52d (patch)
tree51984b1e45bcfd10f385cc380de679446bd6338c /include/openssl/crypto.h
parentc9aad4ff4f9f37a2d8685db4b1ce310452f41e89 (diff)
downloadopenssl-fb46be034816e5fe9f04fd39da960d34dbf2f52d.zip
openssl-fb46be034816e5fe9f04fd39da960d34dbf2f52d.tar.gz
openssl-fb46be034816e5fe9f04fd39da960d34dbf2f52d.tar.bz2
Convert CRYPTO_LOCK_BIO to new multi-threading API
Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'include/openssl/crypto.h')
-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 53c26b9..a36d717 100644
--- a/include/openssl/crypto.h
+++ b/include/openssl/crypto.h
@@ -181,7 +181,6 @@ extern "C" {
# define CRYPTO_LOCK_RAND 18
# define CRYPTO_LOCK_RAND2 19
# define CRYPTO_LOCK_MALLOC 20
-# define CRYPTO_LOCK_BIO 21
# define CRYPTO_LOCK_READDIR 24
# define CRYPTO_LOCK_RSA_BLINDING 25
# define CRYPTO_LOCK_MALLOC2 27