Package: python-axolotl-curve25519 / 0.4.1.post2-3

Metadata

Package Version Patches format
python-axolotl-curve25519 0.4.1.post2-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
00 fix pymodule def init.patch | (download)

curve25519module.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 pymoduledef has changed it's api and it doesn't support a pointer for the m_size parameter anymore.
 This patch updates it to initialize it with a long value 0.
add prototype.patch | (download)

curve/ed25519/additions/zeroize.c | 2 1 + 1 - 0 !
curve/ed25519/additions/zeroize.h | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 : redefined function definition in order to avoid function declaration
 isn't a prototype warning [-Wstrict-prototypes].