[Forgotten commits?]

Changes to have OpenSSL compile on OS/2.
Contributed by "Brian Havard" <brianh@kheldar.apana.org.au>
This commit is contained in:
Richard Levitte
2001-07-02 20:41:05 +00:00
parent a169e82065
commit 3bfd99bfbb
2 changed files with 9 additions and 2 deletions

7
e_os.h
View File

@@ -456,6 +456,13 @@ extern char *sys_errlist[]; extern int sys_nerr;
#define IRIX_CC_BUG /* CDS++ up to V2.0Bsomething suffered from the same bug.*/
#endif
#if defined(OPENSSL_SYS_OS2) && defined(__EMX__)
# include <io.h>
# include <fcntl.h>
# define NO_SYSLOG
# define strcasecmp stricmp
#endif
#ifdef __cplusplus
}
#endif