Commit be1bd923 authored by Richard Levitte's avatar Richard Levitte
Browse files

Get e_os2.h to get all the system definitions correctly.

parent b8feddae
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -60,7 +60,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <openssl/opensslconf.h>
#include <openssl/e_os2.h>
#ifdef OPENSSL_NO_STDIO
#define APPS_WIN16
#endif
+1 −1
Original line number Diff line number Diff line
@@ -62,7 +62,7 @@
#include <string.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <openssl/opensslconf.h>
#include <openssl/e_os2.h>
#ifdef OPENSSL_NO_STDIO
#define APPS_WIN16
#endif
+1 −0
Original line number Diff line number Diff line
@@ -69,6 +69,7 @@
#undef NON_MAIN
#include "s_apps.h"
#include <openssl/ssl.h>
#include <openssl/e_os2.h>

/* With IPv6, it looks like Digital has mixed up the proper order of
   recursive header file inclusion, resulting in the compiler complaining