projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
535fba4
)
Define a STORE lock (the STORE type will be committed later).
author
Richard Levitte
<levitte@openssl.org>
Thu, 1 May 2003 03:46:10 +0000
(
03:46
+0000)
committer
Richard Levitte
<levitte@openssl.org>
Thu, 1 May 2003 03:46:10 +0000
(
03:46
+0000)
crypto/cryptlib.c
patch
|
blob
|
history
diff --git
a/crypto/cryptlib.c
b/crypto/cryptlib.c
index bc023e3f447d50bc22cda23ef3f6629cfb87f782..9c38f15ab2b97c81f2da56b3a3f1755472074a08 100644
(file)
--- 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
};