From: Bodo Möller Date: Mon, 23 Sep 2002 14:35:16 +0000 (+0000) Subject: I meant CRYPTO_LOCK_SSL_METHOD to be the same as CRYPTO_LOCK_SSL_CTX X-Git-Tag: OpenSSL_0_9_6h~93 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8a7480eaa351d724433e20eaa213e9fd37583642;p=openssl 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) --- 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