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: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9236b5b01351315532a36764f1d844d6b2d744c9;p=thirdparty%2Fopenssl.git Define a STORE lock (the STORE type will be committed later). --- diff --git a/crypto/cryptlib.c b/crypto/cryptlib.c index bc023e3f447..9c38f15ab2b 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 };