projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d40a9e8
)
Don't include e_os.h before the system headers
author
Richard Levitte
<levitte@openssl.org>
Mon, 11 Sep 2000 16:37:36 +0000
(16:37 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Mon, 11 Sep 2000 16:37:36 +0000
(16:37 +0000)
crypto/rand/randfile.c
patch
|
blob
|
history
diff --git
a/crypto/rand/randfile.c
b/crypto/rand/randfile.c
index f6dc880fed5fdea0fb0c24169a9643ef34fd3bd0..528e410f74009e82ccb922801d4bf316a5a90685 100644
(file)
--- 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>