Two changes have been made:
[openssl.git] / crypto / cryptlib.c
index d70a570dcee1f72f42943ada2ea6c03989aabd3d..5142b6b6bf76f641398fac7d7698b91f562b2004 100644 (file)
@@ -60,7 +60,6 @@
 #include <string.h>
 #include "cryptlib.h"
 #include <openssl/crypto.h>
-#include "date.h"
 
 #if defined(WIN32) || defined(WIN16)
 static double SSLeay_MSVC5_hack=0.0; /* and for VC1.5 */
@@ -93,7 +92,9 @@ static const char* lock_names[CRYPTO_NUM_LOCKS] =
        "getservbyname",
        "readdir",
        "RSA_blinding",
-#if CRYPTO_NUM_LOCKS != 24
+       "dh",
+       "debug_malloc2",
+#if CRYPTO_NUM_LOCKS != 26
 # error "Inconsistency between crypto.h and cryptlib.c"
 #endif
        };