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

This commit is contained in:
Richard Levitte 2002-05-09 18:27:06 +00:00
parent b4000e8ad8
commit c559759265

View File

@ -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