Avoid warnings.
[openssl.git] / crypto / cryptlib.c
index bc023e3f447d50bc22cda23ef3f6629cfb87f782..009c3be4c0ac4a3546874399ec7b26782964e4a8 100644 (file)
@@ -167,7 +167,9 @@ static const char* lock_names[CRYPTO_NUM_LOCKS] =
        "ecdh",
        "bn",
        "ec_pre_comp",
-#if CRYPTO_NUM_LOCKS != 37
+       "store",
+       "comp",
+#if CRYPTO_NUM_LOCKS != 39
 # error "Inconsistency between crypto.h and cryptlib.c"
 #endif
        };