Commit 9236b5b0 authored by Richard Levitte's avatar Richard Levitte
Browse files

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

parent 535fba49
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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
	};