summaryrefslogtreecommitdiffstats
path: root/crypto/ui/ui_openssl.c
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-05-09 18:27:06 +0000
committerRichard Levitte <levitte@openssl.org>2002-05-09 18:27:06 +0000
commitc559759265640762b6cb3e66f852c544fc19292f (patch)
treebce206453cbee51ead919918348633a73e95db8c /crypto/ui/ui_openssl.c
parentb4000e8ad8ee40226d3080860bd4c70b79f42fcc (diff)
One place where VMS wasn't changed to OPENSSL_SYS_VMS...
Diffstat (limited to 'crypto/ui/ui_openssl.c')
-rw-r--r--crypto/ui/ui_openssl.c2
1 files changed, 1 insertions, 1 deletions
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