added msg_auth flag in radius_message_t sign() method

This commit is contained in:
Andreas Steffen
2012-03-13 16:27:17 +01:00
parent 4fc6c7d442
commit b3ec652192
5 changed files with 11 additions and 10 deletions
@@ -190,7 +190,7 @@ static void send_response(private_eap_radius_dae_t *this,
response = radius_message_create(code);
response->set_identifier(response, request->get_identifier(request));
response->sign(response, request->get_authenticator(request),
this->secret, this->hasher, this->signer, NULL);
this->secret, this->hasher, this->signer, NULL, FALSE);
send_message(this, response, client);
save_retransmit(this, response, client);