aboutsummaryrefslogtreecommitdiff
path: root/crypto/rand/randfile.c
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>1999-01-25 21:19:12 +0000
committerBen Laurie <ben@openssl.org>1999-01-25 21:19:12 +0000
commita224de3f5d017526c06bf869a5b8208c7768a80c (patch)
tree0ca9a23aab98e90633167040301dee22aced8c26 /crypto/rand/randfile.c
parentf317aa4c9cb03dd680247bdcf6a22c1b799890e7 (diff)
downloadopenssl-a224de3f5d017526c06bf869a5b8208c7768a80c.zip
openssl-a224de3f5d017526c06bf869a5b8208c7768a80c.tar.gz
openssl-a224de3f5d017526c06bf869a5b8208c7768a80c.tar.bz2
Reduce header dependencies.
Diffstat (limited to 'crypto/rand/randfile.c')
-rw-r--r--crypto/rand/randfile.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/crypto/rand/randfile.c b/crypto/rand/randfile.c
index de7567b..468da4f 100644
--- a/crypto/rand/randfile.c
+++ b/crypto/rand/randfile.c
@@ -57,10 +57,13 @@
*/
#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