projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3bfd99b
)
Let's include cryptlib.h *before* things like NO_SYSLOG are tested or
author
Richard Levitte
<levitte@openssl.org>
Mon, 2 Jul 2001 20:43:01 +0000
(20:43 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Mon, 2 Jul 2001 20:43:01 +0000
(20:43 +0000)
used.
crypto/bio/bss_log.c
patch
|
blob
|
history
diff --git
a/crypto/bio/bss_log.c
b/crypto/bio/bss_log.c
index bdcbf30480d5023567a029b8c38c3f8415184f63..e5954cd7f52daafac12738eca1635464a4d45659 100644
(file)
--- 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>