Reduce header dependencies.
authorBen Laurie <ben@openssl.org>
Mon, 25 Jan 1999 21:19:12 +0000 (21:19 +0000)
committerBen Laurie <ben@openssl.org>
Mon, 25 Jan 1999 21:19:12 +0000 (21:19 +0000)
crypto/rand/md_rand.c
crypto/rand/randfile.c

index e5ecc6e3657bd80499ebe585e0a0b7657d228bbb..c52d89babb0a95914aa7d2c3568b043885f2e843 100644 (file)
  */
 
 #include <stdio.h>
-#include "cryptlib.h"
 #include <sys/types.h>
 #include <time.h>
+#include <string.h>
+#include "e_os.h"
+#include "crypto.h"
 
 #if !defined(USE_MD5_RAND) && !defined(USE_SHA1_RAND) && !defined(USE_MDC2_RAND) && !defined(USE_MD2_RAND)
 #ifndef NO_MD5
index de7567bc461fd8cb8e63c87341360a1c9ea005cf..468da4f874b28296938eb3644b8746915a4b8fac 100644 (file)
  */
 
 #include <stdio.h>
-#include "cryptlib.h"
+#include <stdlib.h>
+#include <string.h>
+#include <memory.h>
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <sys/types.h>
+#include "e_os.h"
 #include "rand.h"
 
 #undef BUFSIZE