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)
This commit is contained in:
Bodo Möller 2002-09-23 14:35:16 +00:00
parent 924b6006d7
commit 8a7480eaa3

View file

@ -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