From: Richard Levitte Date: Thu, 1 May 2003 03:46:10 +0000 (+0000) Subject: Define a STORE lock (the STORE type will be committed later). X-Git-Tag: BEN_FIPS_TEST_1~38^2~122 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=9236b5b01351315532a36764f1d844d6b2d744c9;hp=535fba49073d9f144469a83e0220b7ec0c283bf2 Define a STORE lock (the STORE type will be committed later). --- 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 };