Don't install e_os.h in include/openssl, use it only as a local
[openssl.git] / crypto / rand / md_rand.c
index 8ab86080adcb347bb0431678a8ef99eee69e908e..fdf0b706980db2a77ae27c10b3062347cf1cd70a 100644 (file)
 #include <sys/types.h>
 #include <time.h>
 #include <string.h>
-#include <openssl/e_os.h>
+
+#ifndef FLAT_INC
+# include "../e_os.h"
+#else
+# include "e_os.h"
+#endif
+
 #include <openssl/crypto.h>
 
 #if !defined(USE_MD5_RAND) && !defined(USE_SHA1_RAND) && !defined(USE_MDC2_RAND) && !defined(USE_MD2_RAND)