math/ec.c (ec_stdsub): Remove redundant `EC_FIX'.
authorMark Wooding <mdw@distorted.org.uk>
Mon, 5 Aug 2013 01:41:12 +0000 (02:41 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 5 Aug 2013 01:58:24 +0000 (02:58 +0100)
commit89f61fab2f6c1290d0e79e363c8992124a5cf8f9
tree081d994a4c1c1b9440e0df543b45b7d66d615687
parent5b295848664fa50612fb2df8aba58f29f9f74d63
math/ec.c (ec_stdsub): Remove redundant `EC_FIX'.

This was left over from the old days, when the right input to `add'
was guaranteed to be in canonical form.  It's not been necessary since
391faf4...
math/ec.c