aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/des/read_pwd.c
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>1999-12-26 22:46:49 +0000
committerAndy Polyakov <appro@openssl.org>1999-12-26 22:46:49 +0000
commit76997b7dd0011e23fb5ed3a49aa693b1fc33bfb6 (patch)
tree93c38a8daaad6522d309e10c0d1b7d5d69864de0 /crypto/des/read_pwd.c
parente6f3c5850e64145eaecdcf44737e873530f7d37b (diff)
downloadopenssl-76997b7dd0011e23fb5ed3a49aa693b1fc33bfb6.tar.gz
MacOS updates. Initial support for GUSI (MacOS socket implementation)
is added.
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 ffa72be734..fa2d67da64 100644
--- a/crypto/des/read_pwd.c
+++ b/crypto/des/read_pwd.c
@@ -127,7 +127,7 @@
#undef SGTTY
#endif
-#if !defined(TERMIO) && !defined(TERMIOS) && !defined(VMS) && !defined(MSDOS) && !defined(MAC_OS_pre_X)
+#if !defined(TERMIO) && !defined(TERMIOS) && !defined(VMS) && !defined(MSDOS) && !defined(MAC_OS_pre_X) && !defined(MAC_OS_GUSI_SOURCE)
#undef TERMIOS
#undef TERMIO
#define SGTTY
@@ -178,7 +178,7 @@ struct IOSB {
};
#endif
-#ifdef MAC_OS_pre_X
+#if defined(MAC_OS_pre_X) || defined(MAC_OS_GUSI_SOURCE)
/*
* This one needs work. As a matter of fact the code is unoperational
* and this is only a trick to get it compiled.