X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb-python/blobdiff_plain/202d82b7a790102c5da9dbb54d36e731e326f3f0..b6457c8a8723f6b45e6191e52a91ea2155e8ccf1:/ec.c diff --git a/ec.c b/ec.c index 184dc9e..b555431 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);