From: Richard Levitte Date: Mon, 2 Jul 2001 20:43:01 +0000 (+0000) Subject: Let's include cryptlib.h *before* things like NO_SYSLOG are tested or X-Git-Tag: OpenSSL_0_9_6c~182^2~57 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=72b1072fbd5a656dd51946955d3da14e17c0f077;ds=sidebyside Let's include cryptlib.h *before* things like NO_SYSLOG are tested or used. --- diff --git a/crypto/bio/bss_log.c b/crypto/bio/bss_log.c index bdcbf30480..e5954cd7f5 100644 --- a/crypto/bio/bss_log.c +++ b/crypto/bio/bss_log.c @@ -66,7 +66,7 @@ #include #include -#include +#include "cryptlib.h" #if defined(OPENSSL_SYS_WIN32) # include @@ -81,7 +81,6 @@ # include #endif -#include "cryptlib.h" #include #include