diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2006-07-07 05:51:54 +0000 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2006-07-07 05:51:54 +0000 |
commit | 54da7eb9623cd6ba3cdcd276ede7482d272ac0c0 (patch) | |
tree | 1c4c989ac4349a02ed74e5e270b68aa7e58674d8 /src/whack | |
parent | 34ee2a46f40958a012156afe732e934b4b25072e (diff) | |
download | strongswan-54da7eb9623cd6ba3cdcd276ede7482d272ac0c0.tar.bz2 strongswan-54da7eb9623cd6ba3cdcd276ede7482d272ac0c0.tar.xz |
removed NAT_TRAVERSAL and VIRTUAL_IP compile options
Diffstat (limited to 'src/whack')
-rw-r--r-- | src/whack/whack.c | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/src/whack/whack.c b/src/whack/whack.c index 8e053dea0..92ebd01ef 100644 --- a/src/whack/whack.c +++ b/src/whack/whack.c @@ -1742,24 +1742,24 @@ main(int argc, char **argv) || !pack_str(&msg.left.ca) /* string 4 */ || !pack_str(&msg.left.groups) /* string 5 */ || !pack_str(&msg.left.updown) /* string 6 */ - || !pack_str(&msg.left.virt) - || !pack_str(&msg.right.id) /* string 7 */ - || !pack_str(&msg.right.cert) /* string 8 */ - || !pack_str(&msg.right.ca) /* string 9 */ - || !pack_str(&msg.right.groups) /* string 10 */ - || !pack_str(&msg.right.updown) /* string 11 */ - || !pack_str(&msg.right.virt) - || !pack_str(&msg.keyid) /* string 12 */ - || !pack_str(&msg.myid) /* string 13 */ - || !pack_str(&msg.cacert) /* string 14 */ - || !pack_str(&msg.ldaphost) /* string 15 */ - || !pack_str(&msg.ldapbase) /* string 16 */ - || !pack_str(&msg.crluri) /* string 17 */ - || !pack_str(&msg.crluri2) /* string 18 */ - || !pack_str(&msg.ocspuri) /* string 19 */ - || !pack_str(&msg.ike) /* string 20 */ - || !pack_str(&msg.esp) /* string 21 */ - || !pack_str(&msg.sc_data) /* string 22 */ + || !pack_str(&msg.left.virt) /* string 7 */ + || !pack_str(&msg.right.id) /* string 8 */ + || !pack_str(&msg.right.cert) /* string 9 */ + || !pack_str(&msg.right.ca) /* string 10 */ + || !pack_str(&msg.right.groups) /* string 11 */ + || !pack_str(&msg.right.updown) /* string 12 */ + || !pack_str(&msg.right.virt) /* string 13 */ + || !pack_str(&msg.keyid) /* string 14 */ + || !pack_str(&msg.myid) /* string 15 */ + || !pack_str(&msg.cacert) /* string 16 */ + || !pack_str(&msg.ldaphost) /* string 17 */ + || !pack_str(&msg.ldapbase) /* string 18 */ + || !pack_str(&msg.crluri) /* string 19 */ + || !pack_str(&msg.crluri2) /* string 20 */ + || !pack_str(&msg.ocspuri) /* string 21 */ + || !pack_str(&msg.ike) /* string 22 */ + || !pack_str(&msg.esp) /* string 23 */ + || !pack_str(&msg.sc_data) /* string 24 */ || str_roof - next_str < (ptrdiff_t)msg.keyval.len) /* chunk (sort of string 5) */ diag("too many bytes of strings to fit in message to pluto"); |