Fix cryptlib.c.
Submitted by: Reviewed by: PR:
This commit is contained in:
parent
3ae76679c7
commit
d36bcdf5ca
@ -84,12 +84,16 @@ static const char* lock_names[CRYPTO_NUM_LOCKS] =
|
|||||||
"ssl_ctx",
|
"ssl_ctx",
|
||||||
"ssl_cert",
|
"ssl_cert",
|
||||||
"ssl_session",
|
"ssl_session",
|
||||||
|
"ssl_sess_cert",
|
||||||
"ssl",
|
"ssl",
|
||||||
"rand",
|
"rand",
|
||||||
"debug_malloc",
|
"debug_malloc",
|
||||||
"BIO",
|
"BIO",
|
||||||
"bio_gethostbyname",
|
"bio_gethostbyname",
|
||||||
"RSA_blinding",
|
"RSA_blinding",
|
||||||
|
#if CRYPTO_NUM_LOCKS != 22
|
||||||
|
# error "Inconsistency between crypto.h and cryptlic.c"
|
||||||
|
#endif
|
||||||
};
|
};
|
||||||
|
|
||||||
static STACK *app_locks=NULL;
|
static STACK *app_locks=NULL;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user