mirror of https://github.com/wolfSSL/wolfssl.git
Remove excess empty line
parent
690671d447
commit
80d21f10c6
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue