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

used.
This commit is contained in:
Richard Levitte 2001-07-02 20:43:01 +00:00
parent 3bfd99bfbb
commit 72b1072fbd

View 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>
@ -81,7 +81,6 @@
# include <syslog.h>
#endif
#include "cryptlib.h"
#include <openssl/buffer.h>
#include <openssl/err.h>