Let's include cryptlib.h *before* things like NO_SYSLOG are tested or
used.
This commit is contained in:
parent
3bfd99bfbb
commit
72b1072fbd
@ -66,7 +66,7 @@
|
|||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
|
||||||
#include <openssl/e_os2.h>
|
#include "cryptlib.h"
|
||||||
|
|
||||||
#if defined(OPENSSL_SYS_WIN32)
|
#if defined(OPENSSL_SYS_WIN32)
|
||||||
# include <process.h>
|
# include <process.h>
|
||||||
@ -81,7 +81,6 @@
|
|||||||
# include <syslog.h>
|
# include <syslog.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "cryptlib.h"
|
|
||||||
#include <openssl/buffer.h>
|
#include <openssl/buffer.h>
|
||||||
#include <openssl/err.h>
|
#include <openssl/err.h>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user