New OID for X509 usage: pseudonym
[oweals/openssl.git] / crypto / bio / bss_log.c
index bdcbf30480d5023567a029b8c38c3f8415184f63..a39d95297c508a72984ca3d13cff60ade61d213c 100644 (file)
@@ -66,7 +66,7 @@
 #include <stdio.h>
 #include <errno.h>
 
-#include <openssl/e_os2.h>
+#include "cryptlib.h"
 
 #if defined(OPENSSL_SYS_WIN32)
 #  include <process.h>
 #  include <starlet.h>
 #elif defined(__ultrix)
 #  include <sys/syslog.h>
-#elif !defined(MSDOS) && !defined(NO_SYSLOG) /* Unix */
+#elif !defined(MSDOS) && !defined(OPENSSL_SYS_VXWORKS) && !defined(NO_SYSLOG) /* Unix */
 #  include <syslog.h>
 #endif
 
-#include "cryptlib.h"
 #include <openssl/buffer.h>
 #include <openssl/err.h>