Define a STORE lock (the STORE type will be committed later).
This commit is contained in:
parent
535fba4907
commit
9236b5b013
@ -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
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user