X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/0f00dc4c8eb47e67bc0f148c2dd109f73a451e0a..3e248c3b5b309bc03eb5f70762d3f5671d51f996:/math/ec.c diff --git a/math/ec.c b/math/ec.c index f8b77f5..4051bb2 100644 --- a/math/ec.c +++ b/math/ec.c @@ -261,7 +261,6 @@ ec *ec_stdsub(ec_curve *c, ec *d, const ec *p, const ec *q) { ec t = EC_INIT; EC_NEG(c, &t, q); - EC_FIX(c, &t, &t); EC_ADD(c, d, p, &t); EC_DESTROY(&t); return (d);