RT3548: Remove some obsolete platforms
[openssl.git] / crypto / ui / ui_openssl.c
index 6d4c4e147d878b80d451a9460935a67d975fc7a6..46128fec0e86d8097260ded0203ec6f77b598693 100644 (file)
@@ -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