mirror of
https://github.com/openssl/openssl.git
synced 2024-11-21 01:15:20 +08:00
One place where VMS wasn't changed to OPENSSL_SYS_VMS...
This commit is contained in:
parent
b4000e8ad8
commit
c559759265
@ -465,7 +465,7 @@ static int open_console(UI *ui)
|
||||
tty_out=stderr;
|
||||
#endif
|
||||
|
||||
#if defined(TTY_get) && !defined(VMS)
|
||||
#if defined(TTY_get) && !defined(OPENSSL_SYS_VMS)
|
||||
if (TTY_get(fileno(tty_in),&tty_orig) == -1)
|
||||
{
|
||||
#ifdef ENOTTY
|
||||
|
Loading…
Reference in New Issue
Block a user