aboutsummaryrefslogtreecommitdiffstats
path: root/src/pluto/vendor.c
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2006-07-07 05:50:02 +0000
committerAndreas Steffen <andreas.steffen@strongswan.org>2006-07-07 05:50:02 +0000
commitdc33fee770b7b44eadaf0e9a1eabc3ba94b87d7f (patch)
tree4424b5bb89bebbb48d02965944a1ec1a0eafb4d4 /src/pluto/vendor.c
parentad3dab05200bd088aa25c2be8b7db07de2228b0b (diff)
downloadstrongswan-dc33fee770b7b44eadaf0e9a1eabc3ba94b87d7f.tar.bz2
strongswan-dc33fee770b7b44eadaf0e9a1eabc3ba94b87d7f.tar.xz
removed NAT_TRAVERSAL and VIRTUAL_IP compile options
Diffstat (limited to 'src/pluto/vendor.c')
-rw-r--r--src/pluto/vendor.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/pluto/vendor.c b/src/pluto/vendor.c
index 92116d301..2a53f973d 100644
--- a/src/pluto/vendor.c
+++ b/src/pluto/vendor.c
@@ -30,10 +30,7 @@
#include "whack.h"
#include "vendor.h"
#include "kernel.h"
-
-#ifdef NAT_TRAVERSAL
#include "nat_traversal.h"
-#endif
/**
* Unknown/Special VID:
@@ -348,7 +345,7 @@ handle_known_vendorid (struct msg_digest *md
md->openpgp = TRUE;
vid_useful = TRUE;
break;
-#ifdef NAT_TRAVERSAL
+
/*
* Use most recent supported NAT-Traversal method and ignore the
* other ones (implementations will send all supported methods but
@@ -376,7 +373,7 @@ handle_known_vendorid (struct msg_digest *md
vid_useful = TRUE;
}
break;
-#endif
+
/* Remote side would like to do DPD with us on this connection */
case VID_MISC_DPD:
md->dpd = TRUE;