Load-testers PSK is used for all purposes, including EAP authentication

This commit is contained in:
Martin Willi
2009-10-20 15:54:13 +02:00
parent c51b78eb2a
commit 0d73fe88b2
@@ -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;