aboutsummaryrefslogtreecommitdiff
path: root/crypto/bio/bss_log.c
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2001-07-02 20:43:01 +0000
committerRichard Levitte <levitte@openssl.org>2001-07-02 20:43:01 +0000
commit72b1072fbd5a656dd51946955d3da14e17c0f077 (patch)
treee4d4b6b985cfaa1044a581b375f3fad5ed9304e1 /crypto/bio/bss_log.c
parent3bfd99bfbbcd7e79cad39ecadb4e4378ef7ee14d (diff)
downloadopenssl-72b1072fbd5a656dd51946955d3da14e17c0f077.zip
openssl-72b1072fbd5a656dd51946955d3da14e17c0f077.tar.gz
openssl-72b1072fbd5a656dd51946955d3da14e17c0f077.tar.bz2
Let's include cryptlib.h *before* things like NO_SYSLOG are tested or
used.
Diffstat (limited to 'crypto/bio/bss_log.c')
-rw-r--r--crypto/bio/bss_log.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/crypto/bio/bss_log.c b/crypto/bio/bss_log.c
index bdcbf30..e5954cd 100644
--- a/crypto/bio/bss_log.c
+++ b/crypto/bio/bss_log.c
@@ -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>
@@ -81,7 +81,6 @@
# include <syslog.h>
#endif
-#include "cryptlib.h"
#include <openssl/buffer.h>
#include <openssl/err.h>