aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2012-09-14 14:10:14 +0200
committerTobias Brunner <tobias@strongswan.org>2012-09-14 14:10:14 +0200
commit6d30954ae809fb10427f9d860f76d0a298cb4919 (patch)
treeb41893d318c509e775ff48dd82c5decfb9f477f7 /testing
parenta889cfe5e136ff9bd771ec03f87f2768be38baaf (diff)
downloadstrongswan-6d30954ae809fb10427f9d860f76d0a298cb4919.tar.bz2
strongswan-6d30954ae809fb10427f9d860f76d0a298cb4919.tar.xz
Removed the unneeded socket-raw plugin
Diffstat (limited to 'testing')
-rwxr-xr-xtesting/scripts/build-umlrootfs5
-rwxr-xr-xtesting/testing.conf1
2 files changed, 0 insertions, 6 deletions
diff --git a/testing/scripts/build-umlrootfs b/testing/scripts/build-umlrootfs
index e2e94943f..60def11ef 100755
--- a/testing/scripts/build-umlrootfs
+++ b/testing/scripts/build-umlrootfs
@@ -317,11 +317,6 @@ then
echo -n " --enable-socket-dynamic" >> $INSTALLSHELL
fi
-if [ "$USE_SOCKET_RAW" = "yes" ]
-then
- echo -n " --enable-socket-raw" >> $INSTALLSHELL
-fi
-
if [ "$USE_DHCP" = "yes" ]
then
echo -n " --enable-dhcp" >> $INSTALLSHELL
diff --git a/testing/testing.conf b/testing/testing.conf
index fdeb1d603..0401cc8d7 100755
--- a/testing/testing.conf
+++ b/testing/testing.conf
@@ -72,7 +72,6 @@ USE_TEST_VECTORS="yes"
USE_GCRYPT="yes"
USE_SOCKET_DEFAULT="yes"
USE_SOCKET_DYNAMIC="yes"
-USE_SOCKET_RAW="yes"
USE_DHCP="yes"
USE_FARP="yes"
USE_ADDRBLOCK="yes"