Add missing #include.
[oweals/openssl.git] / crypto / cryptlib.c
index 5142b6b6bf76f641398fac7d7698b91f562b2004..40a30a0939f69a9b44496d5d32a5ec83b1d571c0 100644 (file)
@@ -94,7 +94,8 @@ static const char* lock_names[CRYPTO_NUM_LOCKS] =
        "RSA_blinding",
        "dh",
        "debug_malloc2",
-#if CRYPTO_NUM_LOCKS != 26
+       "dso",
+#if CRYPTO_NUM_LOCKS != 27
 # error "Inconsistency between crypto.h and cryptlib.c"
 #endif
        };
@@ -183,7 +184,7 @@ unsigned long CRYPTO_thread_id(void)
                ret=(unsigned long)GetCurrentTask();
 #elif defined(WIN32)
                ret=(unsigned long)GetCurrentThreadId();
-#elif defined(MSDOS)
+#elif defined(GETPID_IS_MEANINGLESS)
                ret=1L;
 #else
                ret=(unsigned long)getpid();