(oops) Apologies all, that last header-cleanup commit was from the wrong
[openssl.git] / crypto / cryptlib.c
index bc023e3f447d50bc22cda23ef3f6629cfb87f782..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)
@@ -167,7 +164,9 @@ static const char* lock_names[CRYPTO_NUM_LOCKS] =
        "ecdh",
        "bn",
        "ec_pre_comp",
-#if CRYPTO_NUM_LOCKS != 37
+       "store",
+       "comp",
+#if CRYPTO_NUM_LOCKS != 39
 # error "Inconsistency between crypto.h and cryptlib.c"
 #endif
        };