Set used auth_class in PSKv1 authenticator to comply to constraints

This commit is contained in:
Martin Willi
2012-03-20 17:31:30 +01:00
parent 8573b18d22
commit 6379c679ae
4 changed files with 20 additions and 6 deletions
+1 -1
View File
@@ -127,7 +127,7 @@ authenticator_t *authenticator_create_v1(ike_sa_t *ike_sa, bool initiator,
case AUTH_XAUTH_RESP_PSK:
return (authenticator_t*)psk_v1_authenticator_create(ike_sa,
initiator, dh, dh_value, sa_payload,
id_payload);
id_payload, FALSE);
case AUTH_RSA:
case AUTH_XAUTH_INIT_RSA:
case AUTH_XAUTH_RESP_RSA: