summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2016-03-08 11:40:05 +0000
committerMatt Caswell <matt@openssl.org>2016-03-09 01:14:57 +0000
commit8eed7e873bb54ab46b15e6efa3aff416e02f4d7f (patch)
tree271bea07e5f37ecb103043303435e3bad495046d /include
parent29eed3ddb856ab1804f65d53a673078c7f5ac38d (diff)
Convert rand code to new threading API
Replace the CRYPTO_LOCK_RAND and CRYPTO_LOCK_RAND2 locks with new thread API style locks. 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 d010bfae11..8cca13e5d1 100644
--- a/include/openssl/crypto.h
+++ b/include/openssl/crypto.h
@@ -166,8 +166,6 @@ extern "C" {
*/
# define CRYPTO_LOCK_X509_STORE 11
-# define CRYPTO_LOCK_RAND 18
-# define CRYPTO_LOCK_RAND2 19
# define CRYPTO_LOCK_DYNLOCK 29
# define CRYPTO_LOCK_ENGINE 30
# define CRYPTO_LOCK_ECDSA 32