secp256k1 extmod: initialize all struct members of sentinel (gcc -Wextra)

This commit is contained in:
The MMGen Project 2026-08-18 14:21:20 +00:00
commit 62c342a3bf
Signed by: mmgen
GPG key ID: 3F8B1861E32B7DA2

View file

@ -424,7 +424,7 @@ static PyMethodDef secp256k1_methods[] = {
METH_VARARGS,
"Convert a compressed or uncompressed serialized pubkey into an uncompressed serialized pubkey"
},
{NULL, NULL}
{NULL, NULL, 0, NULL}
};
static int secp256k1_traverse(PyObject *m, visitproc visit, void *arg) {