chiark
/
gitweb
/
~mdw
/
catacomb-python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
553d59f
)
ec.c: Fix length type which should have been `Py_ssize_t'.
author
Mark Wooding
<mdw@distorted.org.uk>
Mon, 6 Apr 2020 02:34:24 +0000
(
02:34
+0000)
committer
Mark Wooding
<mdw@distorted.org.uk>
Mon, 6 Apr 2020 02:34:24 +0000
(
02:34
+0000)
ec.c
patch
|
blob
|
blame
|
history
diff --git
a/ec.c
b/ec.c
index 361bbf5288674c07033c06460804480696c7857a..fe5f6fbc4a890e39daa1c4cf704d1b6e9cd6600c 100644
(file)
--- 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;
PyObject *y = 0, *z = 0, *t = 0;
mp *xx = 0;
const void *q;
-
in
t n;
+
Py_ssize_
t n;
qd_parse qd;
Py_XINCREF(x);
qd_parse qd;
Py_XINCREF(x);