First step in fixing "ex_data" support. Warning: big commit log ...
[openssl.git] / crypto / cryptlib.c
index be83f5617f5f076c671a3f362eb9d753d1e43076..6a2e546fba99300f02ed570b81750067cfd498fb 100644 (file)
@@ -103,7 +103,8 @@ static const char* lock_names[CRYPTO_NUM_LOCKS] =
        "dynlock",
        "engine",
        "ui",
-#if CRYPTO_NUM_LOCKS != 31
+       "ex_data",
+#if CRYPTO_NUM_LOCKS != 32
 # error "Inconsistency between crypto.h and cryptlib.c"
 #endif
        };