summaryrefslogtreecommitdiffstats
path: root/e_os2.h
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2014-12-20 03:11:09 +0100
committerRich Salz <rsalz@openssl.org>2014-12-20 03:11:09 +0100
commite03b29871b2b87af9a4ec21c49eb3e1826eb772a (patch)
tree99c297e13e19c9f785a5cebdc99fabc616e77a71 /e_os2.h
parentFix a problem if CFLAGS is too long cversion.c fails to compile when config (diff)
downloadopenssl-e03b29871b2b87af9a4ec21c49eb3e1826eb772a.tar.xz
openssl-e03b29871b2b87af9a4ec21c49eb3e1826eb772a.zip
RT3548: Remove outdated platforms
This commit removes all mention of NeXT and NextStep. Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'e_os2.h')
-rw-r--r--e_os2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/e_os2.h b/e_os2.h
index 68801f419e..aa4c10ce7e 100644
--- a/e_os2.h
+++ b/e_os2.h
@@ -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