X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fcryptlib.c;h=9c38f15ab2b97c81f2da56b3a3f1755472074a08;hp=bc023e3f447d50bc22cda23ef3f6629cfb87f782;hb=9236b5b01351315532a36764f1d844d6b2d744c9;hpb=535fba49073d9f144469a83e0220b7ec0c283bf2 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 };