提交 c5597592 编写于 作者: R Richard Levitte

One place where VMS wasn't changed to OPENSSL_SYS_VMS...

上级 b4000e8a
...@@ -465,7 +465,7 @@ static int open_console(UI *ui) ...@@ -465,7 +465,7 @@ static int open_console(UI *ui)
tty_out=stderr; tty_out=stderr;
#endif #endif
#if defined(TTY_get) && !defined(VMS) #if defined(TTY_get) && !defined(OPENSSL_SYS_VMS)
if (TTY_get(fileno(tty_in),&tty_orig) == -1) if (TTY_get(fileno(tty_in),&tty_orig) == -1)
{ {
#ifdef ENOTTY #ifdef ENOTTY
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册