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:
3ae7667
)
Fix cryptlib.c.
author
Bodo Möller
<bodo@openssl.org>
Fri, 14 May 1999 11:57:17 +0000
(11:57 +0000)
committer
Bodo Möller
<bodo@openssl.org>
Fri, 14 May 1999 11:57:17 +0000
(11:57 +0000)
Submitted by:
Reviewed by:
PR:
crypto/cryptlib.c
patch
|
blob
|
history
diff --git
a/crypto/cryptlib.c
b/crypto/cryptlib.c
index 2a008729fb0c6fb0482824609cb9ee0be1e5342c..d6015096387dc7b6e1d1a67446e4e2e1b35e0158 100644
(file)
--- a/
crypto/cryptlib.c
+++ b/
crypto/cryptlib.c
@@
-84,12
+84,16
@@
static const char* lock_names[CRYPTO_NUM_LOCKS] =
"ssl_ctx",
"ssl_cert",
"ssl_session",
+ "ssl_sess_cert",
"ssl",
"rand",
"debug_malloc",
"BIO",
"bio_gethostbyname",
"RSA_blinding",
+#if CRYPTO_NUM_LOCKS != 22
+# error "Inconsistency between crypto.h and cryptlic.c"
+#endif
};
static STACK *app_locks=NULL;