aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/bio
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2016-03-17 14:47:49 -0400
committerRich Salz <rsalz@openssl.org>2016-03-17 15:29:15 -0400
commit23d38992fca13773291ca647220707bfb0636361 (patch)
treeb7e4bb7468ff30cbcf953ebb70690847ed3d16f8 /crypto/bio
parent8e56a4227bcd2e3eeb1cb18f3d0d5876ed76a8ce (diff)
downloadopenssl-23d38992fca13773291ca647220707bfb0636361.tar.gz
Remove ultrix/mips support.
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'crypto/bio')
-rw-r--r--crypto/bio/bss_log.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/crypto/bio/bss_log.c b/crypto/bio/bss_log.c
index 320ff775f3..560f1b7aa3 100644
--- a/crypto/bio/bss_log.c
+++ b/crypto/bio/bss_log.c
@@ -83,8 +83,6 @@ void *_malloc32(__size_t);
# endif /* __INITIAL_POINTER_SIZE == 64 */
# endif /* __INITIAL_POINTER_SIZE && defined
* _ANSI_C_SOURCE */
-#elif defined(__ultrix)
-# include <sys/syslog.h>
#elif defined(OPENSSL_SYS_NETWARE)
# define NO_SYSLOG
#elif (!defined(MSDOS) || defined(WATT32)) && !defined(OPENSSL_SYS_VXWORKS) && !defined(NO_SYSLOG)