From: Richard Levitte Date: Thu, 9 May 2002 18:27:06 +0000 (+0000) Subject: One place where VMS wasn't changed to OPENSSL_SYS_VMS... X-Git-Tag: BEFORE_COMPAQ_PATCH~23 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=c559759265640762b6cb3e66f852c544fc19292f;ds=sidebyside One place where VMS wasn't changed to OPENSSL_SYS_VMS... --- diff --git a/crypto/ui/ui_openssl.c b/crypto/ui/ui_openssl.c index 3aa03f74aa..4e12165410 100644 --- a/crypto/ui/ui_openssl.c +++ b/crypto/ui/ui_openssl.c @@ -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