Define a STORE lock (the STORE type will be committed later).
This commit is contained in:
parent
535fba4907
commit
9236b5b013
1 changed files with 2 additions and 1 deletions
|
@ -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 a new issue