Remove excess empty line

pull/7462/head
kaleb-himes 2024-04-23 13:47:26 -04:00
parent 690671d447
commit 80d21f10c6
1 changed files with 0 additions and 1 deletions

View File

@ -5131,7 +5131,6 @@ int wc_ecc_shared_secret_ex(ecc_key* private_key, ecc_point* point,
#endif
err = wc_ecc_set_curve(&public_key, private_key->dp->size,
private_key->dp->id);
if (err == MP_OKAY) {
err = mp_copy(point->x, public_key.pubkey.x);
}