Browse Source

Fixed open_console for SylixOS.

master
jiaojinxing 2 years ago
parent
commit
594d363f61
  1. 2
      openssl/crypto/ui/ui_openssl.c

2
openssl/crypto/ui/ui_openssl.c

@ -379,7 +379,7 @@ static int open_console(UI *ui)
CRYPTO_THREAD_write_lock(ui->lock);
is_a_tty = 1;
# if defined(OPENSSL_SYS_VXWORKS)
# if defined(OPENSSL_SYS_VXWORKS) || defined(SYLIXOS)
tty_in = stdin;
tty_out = stderr;
# elif defined(_WIN32) && !defined(_WIN32_WCE)

Loading…
Cancel
Save