提交 d36bcdf5 编写于 作者: B Bodo Möller

Fix cryptlib.c.

Submitted by:
Reviewed by:
PR:
上级 3ae76679
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册