Don't include e_os.h before the system headers

This commit is contained in:
Richard Levitte 2000-09-11 16:37:36 +00:00
parent d40a9e8257
commit 74d2b0f112

View File

@ -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>