Define a STORE lock (the STORE type will be committed later).
authorRichard Levitte <levitte@openssl.org>
Thu, 1 May 2003 03:46:10 +0000 (03:46 +0000)
committerRichard Levitte <levitte@openssl.org>
Thu, 1 May 2003 03:46:10 +0000 (03:46 +0000)
crypto/cryptlib.c

index bc023e3f447d50bc22cda23ef3f6629cfb87f782..9c38f15ab2b97c81f2da56b3a3f1755472074a08 100644 (file)
@@ -167,7 +167,8 @@ static const char* lock_names[CRYPTO_NUM_LOCKS] =
        "ecdh",
        "bn",
        "ec_pre_comp",
        "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
        };
 # error "Inconsistency between crypto.h and cryptlib.c"
 #endif
        };