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
added ./configure option --with-strongswan-conf=
[strongswan.git]
/
src
/
openac
/
openac.c
diff --git
a/src/openac/openac.c
b/src/openac/openac.c
index
b79f4cd
..
b16b53b
100755
(executable)
--- a/
src/openac/openac.c
+++ b/
src/openac/openac.c
@@
-267,7
+267,7
@@
int main(int argc, char **argv)
openlog("openac", 0, LOG_AUTHPRIV);
/* initialize library */
- library_init(
IPSEC_DIR "/strongswan.conf"
);
+ library_init(
STRONGSWAN_CONF
);
lib->plugins->load(lib->plugins, IPSEC_PLUGINDIR, "libstrongswan-");
/* initialize optionsfrom */