From 8a7480eaa351d724433e20eaa213e9fd37583642 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bodo=20M=C3=B6ller?= Date: Mon, 23 Sep 2002 14:35:16 +0000 Subject: [PATCH] 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) --- crypto/crypto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.25.1