From f1fe6fa6e4cfb5d4e3d5a536bcfb706408c5dd37 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Thu, 9 May 2002 18:27:56 +0000 Subject: [PATCH] One place where VMS wasn't changed to OPENSSL_SYS_VMS... --- crypto/ui/ui_openssl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.25.1