projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b4000e8
)
One place where VMS wasn't changed to OPENSSL_SYS_VMS...
author
Richard Levitte
<levitte@openssl.org>
Thu, 9 May 2002 18:27:06 +0000
(18:27 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Thu, 9 May 2002 18:27:06 +0000
(18:27 +0000)
crypto/ui/ui_openssl.c
patch
|
blob
|
history
diff --git
a/crypto/ui/ui_openssl.c
b/crypto/ui/ui_openssl.c
index 3aa03f74aaef51927346f21b7852c4d2ee5085ab..4e121654101f14973a03a38786b8012f74153696 100644
(file)
--- 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