summaryrefslogtreecommitdiffstats
path: root/crypto/bio/bss_log.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>1999-03-08 18:41:15 +0000
committerDr. Stephen Henson <steve@openssl.org>1999-03-08 18:41:15 +0000
commit6e0642407d127b581daea2ca01c960aa8a79d154 (patch)
treeaf2abca2e86c920cbbc930cf66b7c03af23fc758 /crypto/bio/bss_log.c
parent86fd166eeb26ea1eabe9dd03d40f247d5d7edb13 (diff)
Various fixes to Win32, update ssleay.num, libeay.num, shuffle various #ifdefs
around so more options appear in e_os.h
Diffstat (limited to 'crypto/bio/bss_log.c')
-rw-r--r--crypto/bio/bss_log.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/bio/bss_log.c b/crypto/bio/bss_log.c
index 4ec76fa742..ce6401efb3 100644
--- a/crypto/bio/bss_log.c
+++ b/crypto/bio/bss_log.c
@@ -62,7 +62,6 @@
*/
-#if !defined(WIN32) || defined(WINNT)
#include <stdio.h>
#include <errno.h>
@@ -74,6 +73,8 @@
#include "cryptlib.h"
#include "buffer.h"
#include "err.h"
+#ifndef NO_SYSLOG
+
#ifndef NOPROTO
static int MS_CALLBACK slg_write(BIO *h,char *buf,int num);