Loading crypto/rand/Makefile.ssl +2 −2 Original line number Diff line number Diff line Loading @@ -24,9 +24,9 @@ APPS= LIB=$(TOP)/libcrypto.a LIBSRC=md_rand.c randfile.c rand_lib.c rand_err.c rand_egd.c \ rand_win.c rand_unix.c rand_win.c rand_unix.c rand_os2.c LIBOBJ=md_rand.o randfile.o rand_lib.o rand_err.o rand_egd.o \ rand_win.o rand_unix.o rand_win.o rand_unix.o rand_os2.o SRC= $(LIBSRC) Loading e_os.h +7 −0 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
crypto/rand/Makefile.ssl +2 −2 Original line number Diff line number Diff line Loading @@ -24,9 +24,9 @@ APPS= LIB=$(TOP)/libcrypto.a LIBSRC=md_rand.c randfile.c rand_lib.c rand_err.c rand_egd.c \ rand_win.c rand_unix.c rand_win.c rand_unix.c rand_os2.c LIBOBJ=md_rand.o randfile.o rand_lib.o rand_err.o rand_egd.o \ rand_win.o rand_unix.o rand_win.o rand_unix.o rand_os2.o SRC= $(LIBSRC) Loading
e_os.h +7 −0 Original line number Diff line number Diff line Loading @@ -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 Loading