strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fixed big endian bug in md5 hasher
[strongswan.git]
/
src
/
openac
/
loglite.c
diff --git
a/src/openac/loglite.c
b/src/openac/loglite.c
index
b1763cc
..
4219eb7
100644
(file)
--- a/
src/openac/loglite.c
+++ b/
src/openac/loglite.c
@@
-30,10
+30,10
@@
#include <freeswan.h>
#include <freeswan.h>
-#include
"../pluto/constants.h"
-#include
"../pluto/defs.h"
-#include
"../pluto/log.h"
-#include
"../pluto/whack.h"
+#include
<constants.h>
+#include
<defs.h>
+#include
<log.h>
+#include
<whack.h>
bool
log_to_stderr = FALSE, /* should log go to stderr? */
bool
log_to_stderr = FALSE, /* should log go to stderr? */