X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb-python/blobdiff_plain/4648f560097060c1eaeb07ba0752e6a036c07ab9..620169aef06f74c9a8574e28b5482061e81a7389:/ec.c?ds=inline diff --git a/ec.c b/ec.c index baab989..7824bfa 100644 --- a/ec.c +++ b/ec.c @@ -192,7 +192,7 @@ static PyObject *ecpt_pymul(PyObject *x, PyObject *y) return (ecpt_pywrap(ECPT_COBJ(y), &zz)); } -static long ecpt_pyhash(PyObject *me) +static Py_hash_t ecpt_pyhash(PyObject *me) { uint32 h; ec p = EC_INIT;