From 6e0642407d127b581daea2ca01c960aa8a79d154 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Mon, 8 Mar 1999 18:41:15 +0000 Subject: Various fixes to Win32, update ssleay.num, libeay.num, shuffle various #ifdefs around so more options appear in e_os.h --- crypto/bio/bss_log.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'crypto/bio') 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 #include @@ -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); -- cgit v1.2.3