diff options
author | Martin Willi <martin@strongswan.org> | 2007-04-10 06:01:03 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2007-04-10 06:01:03 +0000 |
commit | e0fe7651524d96abb5a7109d17bd8bd9da2e25fa (patch) | |
tree | dececc3d13c511dc9f560035b13789bb0d008c93 /scripts | |
parent | 1628cd6bda76f6b1fb33bb853497ce92bd829252 (diff) | |
download | strongswan-e0fe7651524d96abb5a7109d17bd8bd9da2e25fa.tar.bz2 strongswan-e0fe7651524d96abb5a7109d17bd8bd9da2e25fa.tar.xz |
restructured file layout
new configuration structure:
peer_cfg: configuration related to a peer (authenitcation, ...=
ike_cfg: config to use for IKE setup (proposals)
child_Cfg: config for CHILD_SA (proposals, traffic selectors)
a peer_cfg has one ike_cfg and multiple child_cfg's
stroke now uses fixed count of threads
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/cfg-leak | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/cfg-leak b/scripts/cfg-leak index 44c3ec8b6..22df652d3 100755 --- a/scripts/cfg-leak +++ b/scripts/cfg-leak @@ -1,4 +1,4 @@ #!/bin/bash CFLAGS="-Wall -Wno-format -Wno-pointer-sign -Wno-strict-aliasing -g -O2" ./configure \ ---sysconfdir=/etc --with-random-device=/dev/urandom --enable-ldap --enable-http \ ---enable-leak-detective +--sysconfdir=/etc --with-random-device=/dev/urandom \ +--enable-leak-detective --enable-eap-sim --with-sim-reader=/home/martin/strongswan/trunk/src/charon/sa/authenticators/eap/sim_reader/sim_api.so |