aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ui
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2014-12-17 17:24:51 -0500
committerRich Salz <rsalz@openssl.org>2014-12-17 17:24:51 -0500
commitb317819b2e74f1f84925695596aa3c7487a2264d (patch)
treeea63fdae98feb3e02588d177d2b2d9897a14f473 /crypto/ui
parent179f6b2f552adb2740f30634d75edc4448f516b5 (diff)
downloadopenssl-b317819b2e74f1f84925695596aa3c7487a2264d.tar.gz
RT3548: Remove some obsolete platforms
This commit removes BEOS. Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'crypto/ui')
-rw-r--r--crypto/ui/ui_openssl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/ui/ui_openssl.c b/crypto/ui/ui_openssl.c
index 6d4c4e147d..46128fec0e 100644
--- a/crypto/ui/ui_openssl.c
+++ b/crypto/ui/ui_openssl.c
@@ -484,7 +484,7 @@ static int open_console(UI *ui)
CRYPTO_w_lock(CRYPTO_LOCK_UI);
is_a_tty = 1;
-#if defined(OPENSSL_SYS_VXWORKS) || defined(OPENSSL_SYS_NETWARE) || defined(OPENSSL_SYS_BEOS)
+#if defined(OPENSSL_SYS_VXWORKS) || defined(OPENSSL_SYS_NETWARE)
tty_in=stdin;
tty_out=stderr;
#else