summaryrefslogtreecommitdiff
path: root/crypto/rand
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2000-09-12 08:37:51 +0000
committerRichard Levitte <levitte@openssl.org>2000-09-12 08:37:51 +0000
commit2be96941164571dfbdf180a00b6ea4d00af53a1a (patch)
tree0d6b3cd63f4fcaf8494ce62a3d976c3a917617e7 /crypto/rand
parentb46ba9b1bcd1431b3675cacfab3c3666703a3685 (diff)
Merge of main trunk, conflicts resolved.
Diffstat (limited to 'crypto/rand')
-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 f6dc880fed..528e410f74 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>