aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/plugins/load_tester/load_tester_creds.c
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2009-10-20 15:54:13 +0200
committerMartin Willi <martin@strongswan.org>2009-10-20 15:54:13 +0200
commit0d73fe88b23e2517c4fc65535bfafca89a475fd9 (patch)
tree980044d4c63cbcc408bd201c1f183e2f2506c373 /src/charon/plugins/load_tester/load_tester_creds.c
parentc51b78eb2a0bfdbcfaccd3df292cae7dce5340f9 (diff)
downloadstrongswan-0d73fe88b23e2517c4fc65535bfafca89a475fd9.tar.bz2
strongswan-0d73fe88b23e2517c4fc65535bfafca89a475fd9.tar.xz
Load-testers PSK is used for all purposes, including EAP authentication
Diffstat (limited to 'src/charon/plugins/load_tester/load_tester_creds.c')
-rw-r--r--src/charon/plugins/load_tester/load_tester_creds.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/charon/plugins/load_tester/load_tester_creds.c b/src/charon/plugins/load_tester/load_tester_creds.c
index 239a10467..4f1e17de1 100644
--- a/src/charon/plugins/load_tester/load_tester_creds.c
+++ b/src/charon/plugins/load_tester/load_tester_creds.c
@@ -276,10 +276,6 @@ static enumerator_t* create_shared_enumerator(private_load_tester_creds_t *this,
shared_key_type_t type, identification_t *me,
identification_t *other)
{
- if (type != SHARED_ANY && type != SHARED_IKE)
- {
- return NULL;
- }
if (me && !me->matches(me, this->id))
{
return NULL;