Commit 74d2b0f1 authored by Richard Levitte's avatar Richard Levitte
Browse files

Don't include e_os.h before the system headers

parent d40a9e82
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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>