unit: Update to ell ecc API changes

This commit is contained in:
Denis Kenzior 2021-07-07 20:57:09 -05:00
parent 1d64c96a5c
commit b63674dc21
1 changed files with 1 additions and 1 deletions

View File

@ -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));