aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/cryptlib.c
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>1999-05-14 11:57:17 +0000
committerBodo Möller <bodo@openssl.org>1999-05-14 11:57:17 +0000
commitd36bcdf5ca819f1f8efb5eb0897f80864e110ad7 (patch)
treeb227520a38230b30c66e628f50a156c173ed4e79 /crypto/cryptlib.c
parent3ae76679c7aeebd455173bb65b720b97c3261a79 (diff)
downloadopenssl-d36bcdf5ca819f1f8efb5eb0897f80864e110ad7.tar.gz
Fix cryptlib.c.
Submitted by: Reviewed by: PR:
Diffstat (limited to 'crypto/cryptlib.c')
-rw-r--r--crypto/cryptlib.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/crypto/cryptlib.c b/crypto/cryptlib.c
index 2a008729fb..d601509638 100644
--- 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;