aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/des/read_pwd.c
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-10-09 13:40:48 +0000
committerRichard Levitte <levitte@openssl.org>2002-10-09 13:40:48 +0000
commit6a89a25c27df0677e78567cd02c77f30e80814af (patch)
tree9c29d0eea93980a2a854e639852ed601f712a6e0 /crypto/des/read_pwd.c
parent001ab3abad45752c13af5396a47551f46a6ebfdb (diff)
downloadopenssl-6a89a25c27df0677e78567cd02c77f30e80814af.tar.gz
Add a few more VxWorks targets.
Correct misspelled VXWORKS macros. Add VXWORKS identifying macros to e_os2.h. Add required inclusions and mappings for VxWorks in e_os.h. A few small modifications to make OpenSSL build and work on VxWorks. PR: 253, except for the change that was handled in an earlier commit, and a request for easy build of just parts of OpenSSL.
Diffstat (limited to 'crypto/des/read_pwd.c')
-rw-r--r--crypto/des/read_pwd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/des/read_pwd.c b/crypto/des/read_pwd.c
index 9061935f21..b893a1b03a 100644
--- a/crypto/des/read_pwd.c
+++ b/crypto/des/read_pwd.c
@@ -133,7 +133,7 @@
#define SGTTY
#endif
-#if defined(OPENSSL_SYS_VSWORKS)
+#if defined(OPENSSL_SYS_VXWORKS)
#undef TERMIOS
#undef TERMIO
#undef SGTTY
@@ -274,7 +274,7 @@ int des_read_pw(char *buf, char *buff, int size, const char *prompt,
#ifdef OPENSSL_SYS_MSDOS
if ((tty=fopen("con","r")) == NULL)
tty=stdin;
-#elif defined(MAC_OS_pre_X) || defined(OPENSSL_SYS_VSWORKS)
+#elif defined(MAC_OS_pre_X) || defined(OPENSSL_SYS_VXWORKS)
tty=stdin;
#else
#ifndef OPENSSL_SYS_MPE