aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2002-09-23 14:35:16 +0000
committerBodo Möller <bodo@openssl.org>2002-09-23 14:35:16 +0000
commit8a7480eaa351d724433e20eaa213e9fd37583642 (patch)
tree0213fe1141682b9a3e19f9871186d4105d23c2b7
parent924b6006d7db02d8dbb8e2ad35b8ea765456b19b (diff)
downloadopenssl-8a7480eaa351d724433e20eaa213e9fd37583642.tar.gz
I meant CRYPTO_LOCK_SSL_METHOD to be the same as CRYPTO_LOCK_SSL_CTX
in 0.9.6-stable (that one is a close relative anyway)
-rw-r--r--crypto/crypto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/crypto.h b/crypto/crypto.h
index 5fb7f7a766..4fb17bb356 100644
--- a/crypto/crypto.h
+++ b/crypto/crypto.h
@@ -113,7 +113,7 @@ extern "C" {
#define CRYPTO_LOCK_SSL 16
/* for binary compatibility between 0.9.6 minor versions,
* reuse an existing lock (later version use a new one): */
-# define CRYPTO_LOCK_SSL_SESSION CRYPTO_LOCK_SSL_CERT
+# define CRYPTO_LOCK_SSL_METHOD CRYPTO_LOCK_SSL_CTX
#define CRYPTO_LOCK_RAND 17
#define CRYPTO_LOCK_RAND2 18
#define CRYPTO_LOCK_MALLOC 19