ha: Add auth method for HA IKEv1 key derivation
Signed-off-by: Thomas Egerer <[email protected]>
This commit is contained in:
committed by
Tobias Brunner
parent
13f92f649e
commit
eed20c21d3
@@ -773,7 +773,7 @@ static bool derive_keys(private_ike_init_t *this,
|
||||
return FALSE;
|
||||
}
|
||||
charon->bus->ike_keys(charon->bus, this->ike_sa, this->dh, chunk_empty,
|
||||
nonce_i, nonce_r, this->old_sa, NULL);
|
||||
nonce_i, nonce_r, this->old_sa, NULL, AUTH_NONE);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user