Changes to have OpenSSL compile on OS/2.
[openssl.git] / crypto / bio / bss_log.c
index b289c97d3cc43d92b5a34cfc081c66f8d7596049..bdcbf30480d5023567a029b8c38c3f8415184f63 100644 (file)
@@ -66,7 +66,7 @@
 #include <stdio.h>
 #include <errno.h>
 
-#include <openssl/opensslconf.h>
+#include <openssl/e_os2.h>
 
 #if defined(OPENSSL_SYS_WIN32)
 #  include <process.h>
@@ -77,7 +77,7 @@
 #  include <starlet.h>
 #elif defined(__ultrix)
 #  include <sys/syslog.h>
-#elif !defined(MSDOS) /* Unix */
+#elif !defined(MSDOS) && !defined(NO_SYSLOG) /* Unix */
 #  include <syslog.h>
 #endif