You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-python/python-axolotl-curve25519/files/python-axolotl-curve25519-f...

16 lines
391 B

See https://github.com/tgalal/python-axolotl-curve25519/pull/26
diff --git a/curve25519module.c b/curve25519module.c
index f4bd3d7..cf8bb45 100644
--- a/curve25519module.c
+++ b/curve25519module.c
@@ -158,7 +158,7 @@ curve25519_functions[] = {
PyModuleDef_HEAD_INIT,
"axolotl_curve25519",
NULL,
- NULL,
+ 0,
curve25519_functions,
};