This commit ties the new DSO code (crypto/dso/) into the build for a
[oweals/openssl.git] / crypto / cryptlib.c
index a8f29f1e65c2ac938959920a45d2283ed27e1905..40a30a0939f69a9b44496d5d32a5ec83b1d571c0 100644 (file)
@@ -94,7 +94,8 @@ static const char* lock_names[CRYPTO_NUM_LOCKS] =
        "RSA_blinding",
        "dh",
        "debug_malloc2",
-#if CRYPTO_NUM_LOCKS != 26
+       "dso",
+#if CRYPTO_NUM_LOCKS != 27
 # error "Inconsistency between crypto.h and cryptlib.c"
 #endif
        };