summaryrefslogtreecommitdiffstats
path: root/crypto/bio/bss_log.c
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>1999-04-22 16:30:17 +0000
committerUlf Möller <ulf@openssl.org>1999-04-22 16:30:17 +0000
commit9d07a3c9a5833fab2064df4e1b6e484749443b47 (patch)
treec62ffd23ac066517a1197c38e415441dd7dafcd9 /crypto/bio/bss_log.c
parentff6a143b3735897627c69e224c3c8d7bda46149e (diff)
Ultrix compatibility.
Submitted by: Bernhard Simon <simon@zid.tuwien.ac.at>
Diffstat (limited to 'crypto/bio/bss_log.c')
-rw-r--r--crypto/bio/bss_log.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/crypto/bio/bss_log.c b/crypto/bio/bss_log.c
index b89e6e09e1..e434f29054 100644
--- a/crypto/bio/bss_log.c
+++ b/crypto/bio/bss_log.c
@@ -67,8 +67,12 @@
#include <errno.h>
#ifndef WIN32
+#ifdef __ultrix
+#include <sys/sylog.h>
+#else
#include <syslog.h>
#endif
+#endif
#include "cryptlib.h"
#include "buffer.h"