]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/lock.c
Auto init/deinit libcrypto
[thirdparty/openssl.git] / crypto / lock.c
index 2ac74b566cd307a97043579bcf5863dbf83a0006..0925214f320cdfc46c9d74b2750732b423281890 100644 (file)
@@ -163,7 +163,8 @@ static const char *const lock_names[CRYPTO_NUM_LOCKS] = {
     "comp",
     "fips",
     "fips2",
-#if CRYPTO_NUM_LOCKS != 41
+    "init",
+#if CRYPTO_NUM_LOCKS != 42
 # error "Inconsistency between crypto.h and cryptlib.c"
 #endif
 };