From c40b9bdefb59be7e640cd7a10bfd2fa26ea1fe7b Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Mon, 6 Oct 2003 09:09:44 +0000 Subject: Setting the ex_data index is unsafe in a threaded environment, so let's wrap it with a lock. --- crypto/cryptlib.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'crypto/cryptlib.c') diff --git a/crypto/cryptlib.c b/crypto/cryptlib.c index 9c38f15ab2..009c3be4c0 100644 --- a/crypto/cryptlib.c +++ b/crypto/cryptlib.c @@ -168,7 +168,8 @@ static const char* lock_names[CRYPTO_NUM_LOCKS] = "bn", "ec_pre_comp", "store", -#if CRYPTO_NUM_LOCKS != 38 + "comp", +#if CRYPTO_NUM_LOCKS != 39 # error "Inconsistency between crypto.h and cryptlib.c" #endif }; -- cgit v1.2.1