math/mpreduce.h: Missing include files.
[u/mdw/catacomb] / math / ec.c
index f8b77f5..4051bb2 100644 (file)
--- 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);