Loading CHANGES +2 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,8 @@ *) Remove various unsupported platforms: Sony NEWS4 Remove BEOS and BEOS_R5 BEOS and BEOS_R5 NeXT [Rich Salz] *) Experimental support for a new, fast, unbiased prime candidate generator, Loading crypto/des/des_old.h +2 −2 Original line number Diff line number Diff line Loading @@ -178,7 +178,7 @@ typedef struct _ossl_old_des_ks_struct #if 0 #define des_crypt(b,s)\ DES_crypt((b),(s)) #if !defined(PERL5) && !defined(__FreeBSD__) && !defined(NeXT) && !defined(__OpenBSD__) #if !defined(PERL5) && !defined(__FreeBSD__) && !defined(__OpenBSD__) #define crypt(b,s)\ DES_crypt((b),(s)) #endif Loading Loading @@ -375,7 +375,7 @@ int _ossl_old_des_enc_write(int fd,char *buf,int len,_ossl_old_des_key_schedule _ossl_old_des_cblock *iv); char *_ossl_old_des_fcrypt(const char *buf,const char *salt, char *ret); char *_ossl_old_des_crypt(const char *buf,const char *salt); #if !defined(PERL5) && !defined(NeXT) #if !defined(PERL5) char *_ossl_old_crypt(const char *buf,const char *salt); #endif void _ossl_old_des_ofb_encrypt(unsigned char *in,unsigned char *out, Loading crypto/ec/ectest.c +0 −2 Original line number Diff line number Diff line Loading @@ -164,8 +164,6 @@ static void timings(EC_GROUP *group, int type, BN_CTX *ctx) * -- ISO/IEC 9899 */ # define UNIT "s" #else /* "`CLOCKS_PER_SEC' undeclared (first use this function)" * -- cc on NeXTstep/OpenStep */ # define UNIT "units" # define CLOCKS_PER_SEC 1 #endif Loading e_os.h +0 −10 Original line number Diff line number Diff line Loading @@ -432,11 +432,6 @@ static __inline unsigned int _strlen31(const char *str) # ifndef NO_SYS_TYPES_H # include <sys/types.h> # endif # if defined(NeXT) # define pid_t int /* pid_t is missing on NEXTSTEP/OPENSTEP * (unless when compiling with -D_POSIX_SOURCE, * which doesn't work for us) */ # endif # ifdef OPENSSL_SYS_WIN32_CYGWIN # include <io.h> # include <fcntl.h> Loading Loading @@ -560,11 +555,6 @@ static __inline unsigned int _strlen31(const char *str) # include <arpa/inet.h> # endif # if defined(NeXT) || defined(_NEXT_SOURCE) # include <sys/fcntl.h> # include <sys/types.h> # endif # ifdef OPENSSL_SYS_AIX # include <sys/select.h> # endif Loading e_os2.h +1 −1 Original line number Diff line number Diff line Loading @@ -269,7 +269,7 @@ extern "C" { # define ossl_ssize_t long #endif #if defined(NeXT) || defined(OPENSSL_SYS_SUNOS) #if defined(OPENSSL_SYS_SUNOS) # define ssize_t int #endif Loading Loading
CHANGES +2 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,8 @@ *) Remove various unsupported platforms: Sony NEWS4 Remove BEOS and BEOS_R5 BEOS and BEOS_R5 NeXT [Rich Salz] *) Experimental support for a new, fast, unbiased prime candidate generator, Loading
crypto/des/des_old.h +2 −2 Original line number Diff line number Diff line Loading @@ -178,7 +178,7 @@ typedef struct _ossl_old_des_ks_struct #if 0 #define des_crypt(b,s)\ DES_crypt((b),(s)) #if !defined(PERL5) && !defined(__FreeBSD__) && !defined(NeXT) && !defined(__OpenBSD__) #if !defined(PERL5) && !defined(__FreeBSD__) && !defined(__OpenBSD__) #define crypt(b,s)\ DES_crypt((b),(s)) #endif Loading Loading @@ -375,7 +375,7 @@ int _ossl_old_des_enc_write(int fd,char *buf,int len,_ossl_old_des_key_schedule _ossl_old_des_cblock *iv); char *_ossl_old_des_fcrypt(const char *buf,const char *salt, char *ret); char *_ossl_old_des_crypt(const char *buf,const char *salt); #if !defined(PERL5) && !defined(NeXT) #if !defined(PERL5) char *_ossl_old_crypt(const char *buf,const char *salt); #endif void _ossl_old_des_ofb_encrypt(unsigned char *in,unsigned char *out, Loading
crypto/ec/ectest.c +0 −2 Original line number Diff line number Diff line Loading @@ -164,8 +164,6 @@ static void timings(EC_GROUP *group, int type, BN_CTX *ctx) * -- ISO/IEC 9899 */ # define UNIT "s" #else /* "`CLOCKS_PER_SEC' undeclared (first use this function)" * -- cc on NeXTstep/OpenStep */ # define UNIT "units" # define CLOCKS_PER_SEC 1 #endif Loading
e_os.h +0 −10 Original line number Diff line number Diff line Loading @@ -432,11 +432,6 @@ static __inline unsigned int _strlen31(const char *str) # ifndef NO_SYS_TYPES_H # include <sys/types.h> # endif # if defined(NeXT) # define pid_t int /* pid_t is missing on NEXTSTEP/OPENSTEP * (unless when compiling with -D_POSIX_SOURCE, * which doesn't work for us) */ # endif # ifdef OPENSSL_SYS_WIN32_CYGWIN # include <io.h> # include <fcntl.h> Loading Loading @@ -560,11 +555,6 @@ static __inline unsigned int _strlen31(const char *str) # include <arpa/inet.h> # endif # if defined(NeXT) || defined(_NEXT_SOURCE) # include <sys/fcntl.h> # include <sys/types.h> # endif # ifdef OPENSSL_SYS_AIX # include <sys/select.h> # endif Loading
e_os2.h +1 −1 Original line number Diff line number Diff line Loading @@ -269,7 +269,7 @@ extern "C" { # define ossl_ssize_t long #endif #if defined(NeXT) || defined(OPENSSL_SYS_SUNOS) #if defined(OPENSSL_SYS_SUNOS) # define ssize_t int #endif Loading