RT3548: Remove some obsolete platforms
This commit removes Sony NEWS4 Reviewed-by: Richard Levitte <levitte@openssl.org>
This commit is contained in:
parent
5a1e8c67a9
commit
59ff1ce061
4
CHANGES
4
CHANGES
@ -17,7 +17,9 @@
|
|||||||
done while fixing the error code for the key-too-small case.
|
done while fixing the error code for the key-too-small case.
|
||||||
[Annie Yousar <a.yousar@informatik.hu-berlin.de>]
|
[Annie Yousar <a.yousar@informatik.hu-berlin.de>]
|
||||||
|
|
||||||
*) Remove BEOS and BEOS_R5 code.
|
*) Remove various unsupported platforms:
|
||||||
|
Sony NEWS4
|
||||||
|
Remove BEOS and BEOS_R5
|
||||||
[Rich Salz]
|
[Rich Salz]
|
||||||
|
|
||||||
*) Experimental support for a new, fast, unbiased prime candidate generator,
|
*) Experimental support for a new, fast, unbiased prime candidate generator,
|
||||||
|
@ -626,9 +626,6 @@ my %table=(
|
|||||||
##### A/UX
|
##### A/UX
|
||||||
"aux3-gcc","gcc:-O2 -DTERMIO::(unknown):AUX:-lbsd:RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR:::",
|
"aux3-gcc","gcc:-O2 -DTERMIO::(unknown):AUX:-lbsd:RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR:::",
|
||||||
|
|
||||||
##### Sony NEWS-OS 4.x
|
|
||||||
"newsos4-gcc","gcc:-O -DB_ENDIAN::(unknown):NEWS4:-lmld -liberty:BN_LLONG RC4_CHAR RC4_CHUNK DES_PTR DES_RISC1 DES_UNROLL BF_PTR::::",
|
|
||||||
|
|
||||||
##### GNU Hurd
|
##### GNU Hurd
|
||||||
"hurd-x86", "gcc:-DL_ENDIAN -DTERMIOS -O3 -fomit-frame-pointer -march=i486 -Wall::-D_REENTRANT::-ldl:BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${x86_elf_asm}:dlfcn:linux-shared:-fPIC",
|
"hurd-x86", "gcc:-DL_ENDIAN -DTERMIOS -O3 -fomit-frame-pointer -march=i486 -Wall::-D_REENTRANT::-ldl:BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${x86_elf_asm}:dlfcn:linux-shared:-fPIC",
|
||||||
|
|
||||||
|
6
e_os.h
6
e_os.h
@ -432,15 +432,11 @@ static __inline unsigned int _strlen31(const char *str)
|
|||||||
# ifndef NO_SYS_TYPES_H
|
# ifndef NO_SYS_TYPES_H
|
||||||
# include <sys/types.h>
|
# include <sys/types.h>
|
||||||
# endif
|
# endif
|
||||||
# if defined(NeXT) || defined(OPENSSL_SYS_NEWS4)
|
# if defined(NeXT)
|
||||||
# define pid_t int /* pid_t is missing on NEXTSTEP/OPENSTEP
|
# define pid_t int /* pid_t is missing on NEXTSTEP/OPENSTEP
|
||||||
* (unless when compiling with -D_POSIX_SOURCE,
|
* (unless when compiling with -D_POSIX_SOURCE,
|
||||||
* which doesn't work for us) */
|
* which doesn't work for us) */
|
||||||
# endif
|
# endif
|
||||||
# ifdef OPENSSL_SYS_NEWS4 /* setvbuf is missing on mips-sony-bsd */
|
|
||||||
# define setvbuf(a, b, c, d) setbuffer((a), (b), (d))
|
|
||||||
typedef unsigned long clock_t;
|
|
||||||
# endif
|
|
||||||
# ifdef OPENSSL_SYS_WIN32_CYGWIN
|
# ifdef OPENSSL_SYS_WIN32_CYGWIN
|
||||||
# include <io.h>
|
# include <io.h>
|
||||||
# include <fcntl.h>
|
# include <fcntl.h>
|
||||||
|
5
e_os2.h
5
e_os2.h
@ -165,9 +165,6 @@ extern "C" {
|
|||||||
# ifdef OPENSSL_SYSNAME_ULTRASPARC
|
# ifdef OPENSSL_SYSNAME_ULTRASPARC
|
||||||
# define OPENSSL_SYS_ULTRASPARC
|
# define OPENSSL_SYS_ULTRASPARC
|
||||||
# endif
|
# endif
|
||||||
# ifdef OPENSSL_SYSNAME_NEWS4
|
|
||||||
# define OPENSSL_SYS_NEWS4
|
|
||||||
# endif
|
|
||||||
# ifdef OPENSSL_SYSNAME_MACOSX
|
# ifdef OPENSSL_SYSNAME_MACOSX
|
||||||
# define OPENSSL_SYS_MACOSX
|
# define OPENSSL_SYS_MACOSX
|
||||||
# endif
|
# endif
|
||||||
@ -272,7 +269,7 @@ extern "C" {
|
|||||||
# define ossl_ssize_t long
|
# define ossl_ssize_t long
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(NeXT) || defined(OPENSSL_SYS_NEWS4) || defined(OPENSSL_SYS_SUNOS)
|
#if defined(NeXT) || defined(OPENSSL_SYS_SUNOS)
|
||||||
# define ssize_t int
|
# define ssize_t int
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user