RT3548: Remove some obsolete platforms

This commit removes Sony NEWS4

Reviewed-by: Richard Levitte <levitte@openssl.org>
This commit is contained in:
Rich Salz
2014-12-18 14:17:33 -05:00
parent 5a1e8c67a9
commit 59ff1ce061
4 changed files with 5 additions and 13 deletions

View File

@@ -165,9 +165,6 @@ extern "C" {
# ifdef OPENSSL_SYSNAME_ULTRASPARC
# define OPENSSL_SYS_ULTRASPARC
# endif
# ifdef OPENSSL_SYSNAME_NEWS4
# define OPENSSL_SYS_NEWS4
# endif
# ifdef OPENSSL_SYSNAME_MACOSX
# define OPENSSL_SYS_MACOSX
# endif
@@ -272,7 +269,7 @@ extern "C" {
# define ossl_ssize_t long
#endif
#if defined(NeXT) || defined(OPENSSL_SYS_NEWS4) || defined(OPENSSL_SYS_SUNOS)
#if defined(NeXT) || defined(OPENSSL_SYS_SUNOS)
# define ssize_t int
#endif