X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb-python/blobdiff_plain/740847afe208bb8f33e7d6cf642acaf4aa739f6a..f062eeb647668edb376f6ddcce1332113c8825cb:/ec.c diff --git a/ec.c b/ec.c index a660eb6..9034c5e 100644 --- a/ec.c +++ b/ec.c @@ -443,7 +443,7 @@ static int ecptxl_1(ec_curve *c, ec *p, PyObject *x) PyObject *y = 0, *z = 0, *t = 0; mp *xx = 0; const void *q; - int n; + Py_ssize_t n; qd_parse qd; Py_XINCREF(x);