X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fcryptlib.c;h=b180aebce92fc9af0333cf6186d6180c2d7d1a8a;hp=9c38f15ab2b97c81f2da56b3a3f1755472074a08;hb=8845420f4e030092f89261510e8b65043d692cce;hpb=9236b5b01351315532a36764f1d844d6b2d744c9;ds=sidebyside diff --git a/crypto/cryptlib.c b/crypto/cryptlib.c index 9c38f15ab2..b180aebce9 100644 --- a/crypto/cryptlib.c +++ b/crypto/cryptlib.c @@ -114,10 +114,7 @@ * SUN MICROSYSTEMS, INC., and contributed to the OpenSSL project. */ -#include -#include #include "cryptlib.h" -#include #include #if defined(OPENSSL_SYS_WIN32) || defined(OPENSSL_SYS_WIN16) @@ -168,7 +165,8 @@ static const char* lock_names[CRYPTO_NUM_LOCKS] = "bn", "ec_pre_comp", "store", -#if CRYPTO_NUM_LOCKS != 38 + "comp", +#if CRYPTO_NUM_LOCKS != 39 # error "Inconsistency between crypto.h and cryptlib.c" #endif };