Commit 72b1072f authored by Richard Levitte's avatar Richard Levitte
Browse files

Let's include cryptlib.h *before* things like NO_SYSLOG are tested or

used.
parent 3bfd99bf
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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>