mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-22 06:29:23 +01:00
unit: Update to ell ecc API changes
This commit is contained in:
parent
1d64c96a5c
commit
b63674dc21
@ -754,7 +754,7 @@ static void test_pt_pwe(const void *data)
|
||||
uint8_t val_buf[32];
|
||||
uint8_t sorted_macs[12];
|
||||
|
||||
curve = l_ecc_curve_get_ike_group(19);
|
||||
curve = l_ecc_curve_from_ike_group(19);
|
||||
assert(curve);
|
||||
|
||||
hash = ecc_hash_from_prime_len(l_ecc_curve_get_scalar_bytes(curve));
|
||||
|
Loading…
Reference in New Issue
Block a user