aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crypto/cryptlib.c3
1 files changed, 2 insertions, 1 deletions
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
};