From 9236b5b01351315532a36764f1d844d6b2d744c9 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Thu, 1 May 2003 03:46:10 +0000 Subject: [PATCH] Define a STORE lock (the STORE type will be committed later). --- crypto/cryptlib.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/crypto/cryptlib.c b/crypto/cryptlib.c index bc023e3f44..9c38f15ab2 100644 --- a/crypto/cryptlib.c +++ b/crypto/cryptlib.c @@ -167,7 +167,8 @@ static const char* lock_names[CRYPTO_NUM_LOCKS] = "ecdh", "bn", "ec_pre_comp", -#if CRYPTO_NUM_LOCKS != 37 + "store", +#if CRYPTO_NUM_LOCKS != 38 # error "Inconsistency between crypto.h and cryptlib.c" #endif }; -- 2.25.1