From: Bodo Möller Date: Fri, 14 May 1999 11:57:17 +0000 (+0000) Subject: Fix cryptlib.c. X-Git-Tag: OpenSSL_0_9_3beta1~73 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=d36bcdf5ca819f1f8efb5eb0897f80864e110ad7 Fix cryptlib.c. Submitted by: Reviewed by: PR: --- 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;