aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/sa/states/responder_init.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/charon/sa/states/responder_init.c')
-rw-r--r--src/charon/sa/states/responder_init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/charon/sa/states/responder_init.c b/src/charon/sa/states/responder_init.c
index 8ee77269d..2923bbb27 100644
--- a/src/charon/sa/states/responder_init.c
+++ b/src/charon/sa/states/responder_init.c
@@ -343,7 +343,7 @@ static status_t build_sa_payload(private_responder_init_t *this,sa_payload_t *sa
return DESTROY_ME;
}
/* get selected DH group to force policy, this is very restrictive!? */
- this->proposal->get_algorithm(this->proposal, PROTO_IKE, DIFFIE_HELLMAN_GROUP, &algo);
+ this->proposal->get_algorithm(this->proposal, DIFFIE_HELLMAN_GROUP, &algo);
this->dh_group_number = algo->algorithm;
this->logger->log(this->logger, CONTROL | LEVEL2, "SA Payload processed");