RT3548: Remove outdated platforms

This commit removes all mention of NeXT and NextStep.

Reviewed-by: Richard Levitte <levitte@openssl.org>
This commit is contained in:
Rich Salz
2014-12-19 21:11:09 -05:00
parent 488f16e31b
commit e03b29871b
7 changed files with 6 additions and 19 deletions

View File

@@ -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