Various fixes to Win32, update ssleay.num, libeay.num, shuffle various #ifdefs
[openssl.git] / crypto / bio / bss_log.c
index 4ec76fa7423cb7fe4d0d5d56f5247d6158aa77d0..ce6401efb3372c62cafc6f624b58bb7c43363d6a 100644 (file)
@@ -62,7 +62,6 @@
 
 */
 
 
 */
 
-#if !defined(WIN32) || defined(WINNT)
 
 #include <stdio.h>
 #include <errno.h>
 
 #include <stdio.h>
 #include <errno.h>
@@ -74,6 +73,8 @@
 #include "cryptlib.h"
 #include "buffer.h"
 #include "err.h"
 #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);
 
 #ifndef NOPROTO
 static int MS_CALLBACK slg_write(BIO *h,char *buf,int num);