Reformat/tidy some of the ASN1 code.
[openssl.git] / crypto / cryptlib.c
index 9c38f15ab2b97c81f2da56b3a3f1755472074a08..b180aebce92fc9af0333cf6186d6180c2d7d1a8a 100644 (file)
  * SUN MICROSYSTEMS, INC., and contributed to the OpenSSL project.
  */
 
-#include <stdio.h>
-#include <string.h>
 #include "cryptlib.h"
-#include <openssl/crypto.h>
 #include <openssl/safestack.h>
 
 #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
        };