summaryrefslogtreecommitdiffstats
path: root/crypto/cryptlib.c
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2003-05-01 03:46:10 +0000
committerRichard Levitte <levitte@openssl.org>2003-05-01 03:46:10 +0000
commit9236b5b01351315532a36764f1d844d6b2d744c9 (patch)
treee5c7649f52548a28ce9851751084aec1ad543a52 /crypto/cryptlib.c
parent535fba49073d9f144469a83e0220b7ec0c283bf2 (diff)
Define a STORE lock (the STORE type will be committed later).
Diffstat (limited to 'crypto/cryptlib.c')
-rw-r--r--crypto/cryptlib.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/cryptlib.c b/crypto/cryptlib.c
index bc023e3f44..9c38f15ab2 100644
--- a/crypto/cryptlib.c
+++ b/crypto/cryptlib.c
@@ -167,7 +167,8 @@ static const char* lock_names[CRYPTO_NUM_LOCKS] =
"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
};