mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-18 01:59:31 +01:00
owe: Update l_ecdh_generate_shared_secret parameters
This commit is contained in:
parent
1578a37ac2
commit
d242cfc9e9
@ -141,8 +141,8 @@ static bool owe_compute_keys(struct owe_sm *owe, const void *public_key,
|
||||
return false;
|
||||
}
|
||||
|
||||
if (!l_ecdh_generate_shared_secret(owe->curve, owe->private,
|
||||
other_public, &shared_secret)) {
|
||||
if (!l_ecdh_generate_shared_secret(owe->private, other_public,
|
||||
&shared_secret)) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user