X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb-python/blobdiff_plain/08720fe03bb49ed4df3b0fbd99c2c8eec145fdcc..e91150b266bbd768905258166601fdf333d3d987:/ec.c diff --git a/ec.c b/ec.c index f0747a8..361bbf5 100644 --- a/ec.c +++ b/ec.c @@ -473,6 +473,7 @@ static int ecptxl_1(ec_curve *c, ec *p, PyObject *x) (n == 3 && (z = PySequence_GetItem(t, 2)) == 0)) goto end; rc = (n == 2) ? ecptxl_2(c, p, x, y) : ecptxl_3(c, p, x, y, z); + goto end; } else TYERR("can't convert to curve point"); goto ok;