Loading crypto/des/des_locl.h +5 −1 Original line number Diff line number Diff line Loading @@ -72,7 +72,11 @@ #ifndef MSDOS #if !defined(VMS) || defined(__DECC) #ifdef OPENSSL_UNISTD # include OPENSSL_UNISTD #else # include <unistd.h> #endif #include <math.h> #endif #endif Loading crypto/des/read_pwd.c +5 −1 Original line number Diff line number Diff line Loading @@ -58,7 +58,11 @@ #if !defined(MSDOS) && !defined(VMS) && !defined(WIN32) #include <openssl/opensslconf.h> #ifdef OPENSSL_UNISTD # include OPENSSL_UNISTD #else # include <unistd.h> #endif /* If unistd.h defines _POSIX_VERSION, we conclude that we * are on a POSIX system and have sigaction and termios. */ #if defined(_POSIX_VERSION) Loading e_os.h +1 −1 Original line number Diff line number Diff line Loading @@ -252,7 +252,7 @@ extern "C" { # else /* !defined VMS */ # ifdef OPENSSL_UNISTD # include OPENSLL_UNISTD # include OPENSSL_UNISTD # else # include <unistd.h> # endif Loading Loading
crypto/des/des_locl.h +5 −1 Original line number Diff line number Diff line Loading @@ -72,7 +72,11 @@ #ifndef MSDOS #if !defined(VMS) || defined(__DECC) #ifdef OPENSSL_UNISTD # include OPENSSL_UNISTD #else # include <unistd.h> #endif #include <math.h> #endif #endif Loading
crypto/des/read_pwd.c +5 −1 Original line number Diff line number Diff line Loading @@ -58,7 +58,11 @@ #if !defined(MSDOS) && !defined(VMS) && !defined(WIN32) #include <openssl/opensslconf.h> #ifdef OPENSSL_UNISTD # include OPENSSL_UNISTD #else # include <unistd.h> #endif /* If unistd.h defines _POSIX_VERSION, we conclude that we * are on a POSIX system and have sigaction and termios. */ #if defined(_POSIX_VERSION) Loading
e_os.h +1 −1 Original line number Diff line number Diff line Loading @@ -252,7 +252,7 @@ extern "C" { # else /* !defined VMS */ # ifdef OPENSSL_UNISTD # include OPENSLL_UNISTD # include OPENSSL_UNISTD # else # include <unistd.h> # endif Loading