aboutsummaryrefslogtreecommitdiff
path: root/crypto/rand/randfile.c
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2000-09-11 16:37:36 +0000
committerRichard Levitte <levitte@openssl.org>2000-09-11 16:37:36 +0000
commit74d2b0f112ba104e95e33dbad06d3ba05a0e6e76 (patch)
treeeb25a1df5dfc9cbbb3038d82956913adf11cd1e4 /crypto/rand/randfile.c
parentd40a9e82572b7c2b751b975b3b481486e0449fc9 (diff)
downloadopenssl-74d2b0f112ba104e95e33dbad06d3ba05a0e6e76.zip
openssl-74d2b0f112ba104e95e33dbad06d3ba05a0e6e76.tar.gz
openssl-74d2b0f112ba104e95e33dbad06d3ba05a0e6e76.tar.bz2
Don't include e_os.h before the system headers
Diffstat (limited to 'crypto/rand/randfile.c')
-rw-r--r--crypto/rand/randfile.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/crypto/rand/randfile.c b/crypto/rand/randfile.c
index f6dc880..528e410 100644
--- a/crypto/rand/randfile.c
+++ b/crypto/rand/randfile.c
@@ -61,8 +61,6 @@
#include <stdlib.h>
#include <string.h>
-#include "openssl/e_os.h"
-
#ifdef VMS
#include <unixio.h>
#endif
@@ -75,6 +73,7 @@
# include <sys/stat.h>
#endif
+#include <openssl/e_os.h>
#include <openssl/crypto.h>
#include <openssl/rand.h>