From 0d73fe88b23e2517c4fc65535bfafca89a475fd9 Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Tue, 20 Oct 2009 15:54:13 +0200 Subject: Load-testers PSK is used for all purposes, including EAP authentication --- src/charon/plugins/load_tester/load_tester_creds.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src') 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; -- cgit v1.2.3