aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ui
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2014-12-21 23:18:02 -0500
committerRich Salz <rsalz@openssl.org>2014-12-21 23:18:02 -0500
commitf2319414445ef5991d77c015af86276d84b9fec1 (patch)
tree9f041424967be387e308d4be9dcdeb5eed43b688 /crypto/ui
parent2521fcd8527008ceb3e4748f95b0ed4e2d70cfef (diff)
downloadopenssl-f2319414445ef5991d77c015af86276d84b9fec1.tar.gz
RT3548: Remvoe unsupported platforms
This commit removes SunOS (a sentimental favorite of mine). Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'crypto/ui')
-rw-r--r--crypto/ui/ui_openssl.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/crypto/ui/ui_openssl.c b/crypto/ui/ui_openssl.c
index 46128fec0e..9ec8883b39 100644
--- a/crypto/ui/ui_openssl.c
+++ b/crypto/ui/ui_openssl.c
@@ -244,7 +244,7 @@
# define TTY_set(tty,data) ioctl(tty,TIOCSETP,data)
#endif
-#if !defined(_LIBC) && !defined(OPENSSL_SYS_MSDOS) && !defined(OPENSSL_SYS_VMS) && !defined(OPENSSL_SYS_SUNOS)
+#if !defined(_LIBC) && !defined(OPENSSL_SYS_MSDOS) && !defined(OPENSSL_SYS_VMS)
# include <sys/ioctl.h>
#endif
@@ -264,10 +264,6 @@ struct IOSB {
};
#endif
-#ifdef OPENSSL_SYS_SUNOS
- typedef int sig_atomic_t;
-#endif
-
#if defined(MAC_OS_GUSI_SOURCE) || defined(OPENSSL_SYS_NETWARE)
/*
* This one needs work. As a matter of fact the code is unoperational