Define a STORE lock (the STORE type will be committed later).

This commit is contained in:
Richard Levitte 2003-05-01 03:46:10 +00:00
parent 535fba4907
commit 9236b5b013

View File

@ -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
};